[android-developers] Re: phonegap - problem deploying project to phone
ok, to anyone whos interested:
problem solved. solution was this:
i tried to start/install the app from a command window using "adb install <pathToApk>"
here i got the error message INSTALL_FAILED_OLDER_SDK
so i changed the 'uses-sdk android:minSdkVersion=10 ' entry in the AnroidManifest.xml file to 3.
now it runs fine. (of course you would want to check if the sdk version you use really fits your app ;)
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home