Failure [INSTALL_FAILED_INVALID_APK]

I’m getting an error during the app installation. I’m using the 2011.601 but I tested also versions down to 2011.537 and I got the same problem. Corona produces the apk with success but this is what i get with adb logcat:

D/AndroidRuntime( 767): Calling main entry com.android.commands.pm.Pm  
W/ResourceType( 687): Bad XML block: header size 28024 or total size 1702240364  
 is larger than data size 4994  
W/PackageParser( 687): Unable to read AndroidManifest.xml of /data/local/tmp/Test-ILL.apk  
W/PackageParser( 687): java.io.FileNotFoundException: Corrupt XML binary file  
W/PackageParser( 687): at android.content.res.AssetManager.openXmlAsset  
Native(Native Method)  
W/PackageParser( 687): at android.content.res.AssetManager.openXmlBlock  
Asset(AssetManager.java:486)  
W/PackageParser( 687): at android.content.res.AssetManager.openXmlResou  
rceParser(AssetManager.java:454)  
W/PackageParser( 687): at android.content.pm.PackageParser.parsePackage  
Lite(PackageParser.java:601)  
W/PackageParser( 687): at com.android.defcontainer.DefaultContainerServ  
ice$1.getMinimalPackageInfo(DefaultContainerService.java:138)  
W/PackageParser( 687): at com.android.internal.app.IMediaContainerServi  
ce$Stub.onTransact(IMediaContainerService.java:100)  
W/PackageParser( 687): at android.os.Binder.execTransact(Binder.java:32  
0)  
W/PackageParser( 687): at dalvik.system.NativeStart.run(Native Method)  
D/dalvikvm( 687): GC\_EXPLICIT freed 30K, 50% free 2723K/5379K, external 1625K/2  
137K, paused 26ms  
W/DefContainer( 687): Failed to parse package  

Best regards,
B [import]uid: 45445 topic_id: 13677 reply_id: 313677[/import]

Android doesn’t support landscapeLeft in build.settings. Switched to landscapeRight and now everything works fine. Information about errors in corona is still a feature that needs to be worked out.

Best Regards,
B [import]uid: 45445 topic_id: 13677 reply_id: 51097[/import]

Thanks! I was wondering why I suddenly couldn’t install on Android when I changed my build

It didn’t just error in logcat on my Desire, attempting to install restarted my phone :confused: [import]uid: 71799 topic_id: 13677 reply_id: 55229[/import]