How to open then the Android SDK Manager through the terminal? -



How to open then the Android SDK Manager through the terminal? -

this question has reply here:

android sdk manager won't open 25 answers

i have cd'd android tools directory in terminal. tried typing 'android' , hitting come in , tried typing 'android sdk' , hitting come in sdk manager not come up.

any solutions or advice help me understand i'm doing wrong?

from outside tools directory (obviously, need alter suit path taste):

$ sudo /opt/android-sdk-macosx/tools/android

from within tools directory (note leading dot , slash):

$ cd /opt/android-sdk-macosx/tools/ $ sudo ./android

related: should have both android_sdk_root , android_ndk_root set in environment. android_sdk_root used (now deprecated) ddms program. android_ndk_root used various ndk tools. see recommended ndk directory? on android ndk user list.

android terminal

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -