Reputation: 649
I am trying to build/run the PhoneGap 2.0 sample application (\Phonegap 2.0\lib\android\example). I have exported the app into .apk file and installed on mobile. This is WORKING on the actual mobile device but NOT in the Android Emulator. I just cannot see the App Icon so as to start the App. I have looked in the home screen and the App section. I have tried stuff like locking and unlocking the emulator but nothing works.
I have created an Eclipse Workspace on D:\Eclipse 3.7.2 and Created an Android Project form Existing Code through Eclipse from the \Phonegap 2.0\lib\android\example folder.
I was required to the run the application twice. First time it gave me an error. The next time it was running and shows the emulator.
Log shows:
[2012-08-08 19:26:10 - org.apache.cordova.example.cordovaExample] ------------------------------
[2012-08-08 19:26:10 - org.apache.cordova.example.cordovaExample] Android Launch!
[2012-08-08 19:26:10 - org.apache.cordova.example.cordovaExample] The connection to adb is down, and a severe error has occured.
[2012-08-08 19:26:10 - org.apache.cordova.example.cordovaExample] You must restart adb and Eclipse.
[2012-08-08 19:26:10 - org.apache.cordova.example.cordovaExample] Please ensure that adb is correctly located at 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' and can be executed.
[2012-08-08 19:26:25 - org.apache.cordova.example.cordovaExample] ------------------------------
[2012-08-08 19:26:25 - org.apache.cordova.example.cordovaExample] Android Launch!
[2012-08-08 19:26:25 - org.apache.cordova.example.cordovaExample] adb is running normally.
[2012-08-08 19:26:25 - org.apache.cordova.example.cordovaExample] Performing org.apache.cordova.example.cordovaExample activity launch
[2012-08-08 19:26:25 - org.apache.cordova.example.cordovaExample] Automatic Target Mode: launching new emulator with compatible AVD 'MyAVD4.0.3'
[2012-08-08 19:26:25 - org.apache.cordova.example.cordovaExample] Launching a new emulator with Virtual Device 'MyAVD4.0.3'
Please help!
Upvotes: 3
Views: 9723