• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps can't pull/push file ??

wounded

Newbie
i want to add some videos here but push/pull buttons disable
i didn't connect to the andriod device just in eclips
Actually,i didn't write any code ,first i want to add some videos here
then call these videos in my code....



plz help
 
android debug bridge,

if you read the output when you type "adb" you will notice there stands "devices" .
so if you type "adb devices" the output will be something like this:

Code:
List of devices attached
0123456789ABCDEF                  Device
if it returns only "List of devices" you need to connect youre mobile or turn debug mode on @ youre device ;)
 
android debug bridge,

if you read the output when you type "adb" you will notice there stands "devices" .
so if you type "adb devices" the output will be something like this:

Code:
List of devices attached
0123456789ABCDEF                  Device
if it returns only "List of devices" you need to connect youre mobile or turn debug mode on @ youre device ;)


:) i got this


and you mean connect to my phone-android??right

or there is another solution
 
Back
Top Bottom