I have samsung i5503 galaxy. I got a problem in developing app.
First I attach the phone with pc and turn usb debugging on,install the driver than as i run my app ,my phone is not appeared as running android device. So how can i run and test my app on real device?
Secondly i make apk of my app and than mail it than i open this mail n my phone and try to install the app but error was app not installed.
What is the problem?
my phone’s is OS is Android 2.1 (eclair) and firmware version is 2.1 update-1.
Check your AndroidManifest.xml file – the application node should have an attribute android:debuggable=”true”
, so for the line in total some thing like:
Hope this helps