Tagged Questions
0
votes
0answers
84 views
AVD Manager runs but android.bat does not
I can create virtual devices using AVD manager. I can run the emulator and create AVDs. But i cannot do the same using "android.bat".
I get the following error-
ERROR: No suitable Java found. In ...
3
votes
1answer
8k views
How to install kernel module for android?
I currently have a custom kernel and ROM installed on my android device. The kernel I'm using comes with a separate download with kernel modules that you are to install yourself if you want. However ...
3
votes
2answers
926 views
Read APK permission by shell command
I want to read the requested permissions of an .apk file on the computer (android sdk is installed) via command line.
I.E.:
$ android read-permissions /path/to/someapp.apk
I know this is possible, ...