-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
RUBIS edited this page Aug 14, 2017
·
11 revisions
- android studio 2.3 or newer
- android SDK 7.1.1 (API level 25)
- android emulator
- android system image for API level 25, x86 architecture
- NANS system image
- NANS SDK
- Open Android Studio, and go to android SDK manager (Tools -> Android -> SDK Manager).
- In SDK platforms tab, check the checkbox next to the Android7.1.1(Nougat)
- In SDK tools tab, check Android emulator.
- Click 'Apply' and wait.
- Open Android Studio, and Run apps (Run -> Run 'your app name').
- Then, the 'Select Deployment target' dialog is shown. Click the 'Create New Virtual Device' and select the smart phone what you want, and click next.
- In Recommended tab, click Nougat Download whose API level is 25 and ABI is x86 and wait.
Please backup the original android-25 folder prior to replacing.
- Open
AppData
folder. ( Run a command (Window + R
) and type%appdata%
and enter.Alt + upper arrow
will show you that. ) - Go to
.\local\Android\sdk\android-25\google_apis\x86
. - replace the
build.prop
,kernel-qemu
,kernel-ranchu
,ramdisk.img
,system.img
,userdata.img
with downloaded one, respectively. - Now you can use NANS features in android emulator.
Please backup the original android.jar prior to replacing.
- Open
AppData
folder. ( Run a command (Window + R
) and type%appdata%
and enter.Alt + upper arrow
will show you that. ) - Go to
.\local\Android\platform
. - Replace the
android.jar
with downloaded one, respectively. - Now you can use NANS APIs in your project.
Copyright (C) RUBIS Laboratory at Seoul National University