eclipse - Android adb install unsuccessful (facebook integration, Ubuntu) -


i have installed android-sdk (not adt bundle - don't know purpose), eclipse, added adt plugin eclipse , added several virtual devices.

according manual on fb dev. site, trying install facebook command:

./adb install ~/facebook-android-sdk-3.5/bin/fbandroid-3.5.apk 

but turned error:

error: device not found 

i managed import android library facebook-sdk , attempted launch example file. result:

failed install hellofacebooksample.apk on device 'emulator-5554': device not found [2013-08-28 17:46:37 - hellofacebooksample] com.android.ddmlib.installexception:  device not found [2013-08-28 17:46:37 - hellofacebooksample] launch canceled! 

any idea have missed?

must 1 problem of following:

  1. phone usb drivers not installed.

  2. you not connected.

  3. usb debugging not enabled in phone.

  4. pc or phone usb port problem.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -