Category: Android
-
Fixing “No Service” in Android Emulator on Linux
When running the Android emulator in Ubuntu 9.10, it may start up without any emulated GSM service. If this happens, there will be no data connection inside the emulator, and it will say “(No Service)” in the notification panel. Steve on the “android-developers” Google Group found a workaround. Add -bootchart 100 To the emulator options.…