-
Notifications
You must be signed in to change notification settings - Fork 34
Prepare Device
ZongXian Shen edited this page Jul 12, 2016
·
3 revisions
We need to prepare the device embedded with Android 5.0 (Lollipop) for experiment.
Since ProbeDroid traces the behavior performed by a newly started app, such operation needs root privilege. Thus a rooted device is necessary.
- Create a virtual device with
Android Virtual Device Manager.- Choose the
Nexus 5phone device definition. - Select the system image with
API Level 21and target descriptionAndroid 5.0 (with Google APIs). Also, select ABI labelarmeabi-v7afor ARM device andx86for x86 device. - For the advanced device settings, please enlarge the
VM heap size( to512 MBfor example).
- Choose the
Now an appropriate device for experiment is ready.