Android App Inventor Does Not Detect Device
August 25, 2010 – 5:53 pmSymptoms
The codeblocks returns the following error when you click to connect to your phone:
Cause
The phone was not connected at the time when the App Inventor was launched, installed, or at some other crucial time.
Solution
Open a command prompt (in Linux) and type the following:
cd /usr/google/appinventor-extras/commands-for-applications
and then
sudo ./adb devices
if a bunch of question marks is displayed then it does not detect your phone
Type this to reset the connection:
sudo ./adb kill-server
and then
sudo ./adb devices
to display the attached device. Reminder: Make sure your phone is setup to stay awake in the Application>Developer settings
