Confirmed users
355
edits
Nalexander (talk | contribs) |
Nalexander (talk | contribs) |
||
| Line 11: | Line 11: | ||
Use the command line <tt>$SDK/tools/android</tt>, or use the graphical Android AVD Manager (from within Eclipse: <tt>Window > AVD Manager</tt>). | Use the command line <tt>$SDK/tools/android</tt>, or use the graphical Android AVD Manager (from within Eclipse: <tt>Window > AVD Manager</tt>). | ||
$ android create avd -t android-10 -n NAME -c 2047M | $ $SDK/tools/android create avd -t android-10 -n NAME -c 2047M | ||
Auto-selecting single ABI armeabi | Auto-selecting single ABI armeabi | ||
Android 2.3.3 is a basic Android platform. | Android 2.3.3 is a basic Android platform. | ||
| Line 31: | Line 31: | ||
* to delete: | * to delete: | ||
$ android delete avd -n NAME | $ $SDK/tools/android delete avd -n NAME | ||
After installation, fennec would crash on installation (unable to locate mozutils library, although it's in the apk). Possibly related to emulator failing to run NDK applications? | After installation, fennec would crash on installation (unable to locate mozutils library, although it's in the apk). Possibly related to emulator failing to run NDK applications? | ||