This is my first time building on windows, but I’m having issues building with 2011.484…my configuration:
Windows Vista Service Pack 2
Java SDK 6u24
LG Optimus V (android 2.2)
I tried building the HelloWorld sample, the apk file is generated, but when I try to install it on device (via dropbox), it refuses to install and I see the following errors in the device log (using aLogcat):
Unknown element under : activity at /sdcard/dropbox/temp/HelloWorld.apk Binary XML file line #48
Unknown element under : activity at /sdcard/dropbox/temp/HelloWorld.apk Binary XML file line #52
Unknown element under : activity at /sdcard/dropbox/temp/HelloWorld.apk Binary XML file line #56
Unknown element under : activity at /sdcard/dropbox/temp/HelloWorld.apk Binary XML file line #60
I used apktool to unpack the apk, the Android-Manifest.xml looks like this:
[blockcode]
<?xml version="1.0" encoding="UTF-8"?>
xmlns:android=“http://schemas.android.com/apk/res/android”>
[/blockcode]
I’m taking a wild guess and assuming the openfeint stuff shouldn’t be in there because i read they’re not supported on android yet, are they causing the problem?
thanks in advance
[import]uid: 4044 topic_id: 8898 reply_id: 308898[/import]