android - Where is android_sdk_root? and how do I set it.? -


i set android_sdk_home application find .android when trying run. error stating android_sdk_root undefined. running win 7, new install of android studio, inside parallels on macbook pro.

thank response. checked location , identified same location android_sdk_home environment path. still says root undefined. created android_sdk_root enviroment path same location , still undefined.

i received same error after installing android studio , trying run hello world. think need use sdk manager inside android studio install things first.

android_sdk_root error

open android studio, , click on sdk manager in toolbar.

sdk manager

now install sdk tools need.

  • tools -> android sdk tools
  • tools -> android sdk platform-tools
  • tools -> android sdk build-tools (highest version)

for each android release targeting, hit appropriate android x.x folder , select (at minimum):

  • sdk platform
  • a system image emulator, such arm eabi v7a system image

the sdk manager run (this can take while) , download , install various sdks.

inside android studio, file->project structure show android sdks installed. can see mine c:\users\joe\appdata\local\android\sdk1.

enter image description here

if navigate c:\users\joe\appdata\local\android\sdk1\sources can see various android sdks installed there...

sdk directories


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -