[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 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 but i'm havin some trouble deploying it 
to the phone. when i connect the phone via usb, i can see it in the eclipse 
android device chooser. it's beeing displayed as online and the android 
version is also displayed with a green checkmark. but when i try to deploy 
it just nothing happens. no logmessages, no action on the the phone, just 
nothing... 

...anybody had the same problems or any ideas???

regards,
steffen

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en