Building for android, apk has unknown elements in manifest?

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]

I think your problem is that the LG Optimus V uses an ARMv6 based processor and is not ARMv7 compatible. Sorry.
[import]uid: 7563 topic_id: 8898 reply_id: 32524[/import]

say what?? this phone came out only 2 months ago! i just did some reading and i can’t believe ansca mobile is in such a hurry to drop support for ARM v6 considering how many ARM v6 devices are out there, including recently released ones and even some that are upcoming in the future…

Can Ansca Mobile reconsider? is it really that much of a tax on the code base to support ARM v6? I read something on the site saying you were dropping support for ARM v6 because of some floating point improvements in ARM v7, doesn’t sound like an “overhaul everything” type of change.
[import]uid: 4044 topic_id: 8898 reply_id: 32538[/import]

any response?

thanks [import]uid: 4044 topic_id: 8898 reply_id: 32695[/import]

Carlos I. stated several weeks ago that support for less than Arm7 will be dropped. You will have to get a different phone for your development with Corona. [import]uid: 5712 topic_id: 8898 reply_id: 32709[/import]