I can add SD card to emulator while I lunch from the eclipse. But, I have downloaded Android Froyo 2.2 source tree and bulit it , and also downloaded Android goldfish kernel source and lunched the emulator with the downloaded kernel.
I installed Android Developement Tools.
DELL INSPIRON 15R N5520
i3 3rd Gen, 500 Gb HDD
4 Gb ram , UBUNTU 12.04 LTS, Switchable Graphics Ati+Intel 4000m
As soon Launched my first AVD of API level 8 named 'AVDfroyo'.
I'm not very familiar with Android.
I encounter 3 problems when developing android App with SMS comunication.
because i want an android phone to send/receive SMS with other non-Android devices, and it is not a common approach for Android.
permission added:
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.REC
I'd been using this tutorial: http://www.adobe.com/devnet/html5/articles/getting-started-with-phonegap...
To try to make the "hello world" program with PhoneGap but couldn't get it to launch on the emulator. I gave up and used the example project that came with the PhoneGap download, and I can't get it to load on the emulator either.
When I try to run the Android SDK Manager from the command line it doesn't open.
Keeps giving me command not found or permission denied message like so.
osama@prometheus:/media/osama/develop/android-sdk-linux/tools$ pwd
/media/osama/develop/android-sdk-linux/tools
osama@prometheus:/media/osama/develop/android-sdk-linux/tools$ /media/osama/develop/android-sdk-linux/tools/android
bash: /media/osama
I am following the Phonegap Android getting started guide: http://docs.phonegap.com/en/2.4.0/guide_getting-started_android_index.md...
After a lot of fiddling, I have got everything running with the following versions:
Phonegap 2.4
Android SDK tools 21.1
Android SDK platform tools 16.0.1
When I run the app in the emulator (via Eclipse), it launches but shows
I downloaded the 64-bit SDK ADT bundle from the Android developer website yesterday. I also downloaded and installed the 64-bit Java SDK 6. I've been trying to follow the tutorial on the Android site for building a Hello World app. I can create the app in Eclipse and I can also create an AVD. However when I go to Run as -> Android Application nothing happens.
I have followed the instructions given in this page to develop the GCM demo app. The application is working fine in the API emulator. How to modify the app such that it runs in the normal Android emulator, or maybe a real device?
I would like suggestions on getting the Android Emulator working again for my project. It was working great earlier today, but after lunch I ran the program to debug and now have spend 3 hours trying to figure out why the emulator won't launch at all.
After running this I do get an APK and I can install it on my device.