[android-developers] Re: phonegap - problem deploying project to phone

2012-10-06 Thread steffen waldmann
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

[android-developers] phonegap - problem deploying project to phone

2012-10-04 Thread steffen waldmann
Hi there, i'm very new in android development and i am currently writing my first app. i use current version of phonegap (cordova 1.7.0) and write the app in html with jquery/jqery mobile (1.1.1). my phone is a motorala defy+ with cm9 white rabbit installed. so far the app works fine in an AVD