93894259cd7d15389a78942108541be1f9eb163e
wiki/info/mobile/mobile-development.md
| ... | ... | @@ -10,14 +10,14 @@ Besides running the application on a plugged-in device there are multiple option |
| 10 | 10 | * Default Android emulator |
| 11 | 11 | * Comes with the ADT and is well integrated into Eclipse |
| 12 | 12 | * In the AVD manager which can be found in the Eclipse toolbar you can configure an emulated device. Create a 10.1" WXGA (Tablet) device in the emulator configuration and choose "Google APIs (Google Inc.) - API Level 13" as the target. |
| 13 | - * Use virtual device as described in [[On Boarding|wiki/onboarding]] |
|
| 13 | + * Use virtual device as described in [[Onboarding|wiki/howto/onboarding]] |
|
| 14 | 14 | * If you want to run the app against your locally-running server, go into the Settings and choose http://10.0.2.2:8888 as the JSON URL. See also [here](http://developer.android.com/tools/devices/emulator.html#emulatornetworking) for more details on the emulator's network behavior. |
| 15 | 15 | * Genymotion (AndroVM) |
| 16 | 16 | * VirtualBox-based Android emulator |
| 17 | 17 | * Currently in free beta phase; way faster than AVD; better support for Google Apps (e.g. Maps) and easy access to sensor features (e.g. setting GPS info) |
| 18 | 18 | * Register at http://www.genymotion.com/, download and install virtual device "WXGA 10.1 Tablet - 4.1.1 - with Google Apps - API 16 - 1280x800" with 160dpi |
| 19 | 19 | * If you want to run the app against your locally-running server, check the IP address of your host machine for the VirtualBox network interface. Use this IP when you are configuring the app. |
| 20 | - * Use virtual device as described in [[On Boarding|wiki/onboarding]] |
|
| 20 | + * Use virtual device as described in [[Onboarding|wiki/howto/onboarding]] |
|
| 21 | 21 | |
| 22 | 22 | ## Mocking the server |
| 23 | 23 |