[android-developers] Re: Code compiled with SDK 2.0 does not install (and therefore run) on 1.5 emulator

2009-11-15 Thread Lance Nanek
I just bumped up the build target on one of my apps to Android 2.0, exported a signed APK, and it installed and ran OK from the Browser app on the Android 1.5 emulator. So I guess the problem doesn't always occur. I wonder what we are doing different. What are you using for the uses-sdk element

[android-developers] Re: Code compiled with SDK 2.0 does not install (and therefore run) on 1.5 emulator

2009-11-15 Thread Max Binshtok
I do: uses-sdk android:minSdkVersion=1/uses-sdk :) so it should be more likely to work... The error is quite weird - I will try to do it again, maybe it was a fluke and the file just got currupted while being transferred, although I think I already did repeat the procedure... Since you claim