Android Phone Problem
-
Hi Member I am new in android development.I try to send or install .apk file in android phone using the command adb install test.apk through USB Device.i command return error
error device not found
I have test the code in enumerator then it's working fine. Can any one tell me where i am wrong? Please help me
-
Hi Member I am new in android development.I try to send or install .apk file in android phone using the command adb install test.apk through USB Device.i command return error
error device not found
I have test the code in enumerator then it's working fine. Can any one tell me where i am wrong? Please help me
Make sure that you have enabled USB debugging in the Application Settings on the phone.
-
Hi Member I am new in android development.I try to send or install .apk file in android phone using the command adb install test.apk through USB Device.i command return error
error device not found
I have test the code in enumerator then it's working fine. Can any one tell me where i am wrong? Please help me
-
make sure that your device is present : adb devices , if it not there , you may want to install drivers. nexus one(and some others too) will be present when u install the android package.
If u can Dream... U can do it