-
Notifications
You must be signed in to change notification settings - Fork 36
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 5
phone device definition. - Select the system image with
API Level 21
and target descriptionAndroid 5.0 (with Google APIs)
. Also, select ABI labelarmeabi-v7a
for ARM device andx86
for x86 device. - For the advanced device settings, please enlarge the
VM heap size
( to512 MB
for example).
- Choose the
Now an appropriate device for experiment is ready.