AndroidHooker / hooker

Hooker is an opensource project for dynamic analyses of Android applications. This project provides various tools and applications that can be use to automaticaly intercept and modify any API calls made by a targeted application.
GNU General Public License v3.0
409 stars 109 forks source link

Error device not found when I try to start AVD #18

Open sharp488 opened 8 years ago

sharp488 commented 8 years ago

I am getting the following error when i run cd tools/emulatorCreator && python HookerInstaller.py -s SDK_PATH -a Hooker_test -t ANDROID_TARGET -d AVD_DIRECTORY command

my command is :

python HookerInstaller.py -s /home/sharp/Android/Sdk -a Hooker4.2 -t 2 -d /home/sharp/.android/avd

[MainProcess/HookerInstaller.py:289/ERROR] 495: Device Hooker4.2 not found.

Please help

Tibap commented 8 years ago

This is because your createAvd() method has not succeeded. You should find another error message sooner in your logs. Please checkout these to find out the real issue.