Issue
I'm using Linux (fedora 16). I try to install Android SDK and ADT. Each time I want to run Android SDK
or Android Emulator
, I must run from Eclipse, but I don't know how run directly. (don't need to open Eclipse)
In Windows, in AndroidSDK folder has file exe so you can run directly such as AVD Manager.exe
or SDK Manager.exe
but not in Linux.
Please help me about this issue.
Thanks :)
Solution
try using the following commands , this should work if you have installed the sdk correctly
- Open a terminal
- su
- input your password
- cd Android/SDK/tools (enter)
- ./emulator -noaudio @android_dev
Answered By - girimajiananth Answer Checked By - Gilberto Lyons (WPSolving Admin)