Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 2.0 inconsistent location system image

I have downloaded the new Android Studio 2.0 and start buildig my project, but it outputs error like this:

Observed package id 'system-images;android-19;default;x86' in inconsistent location 'C:\Android\sdk\system-images\android-19\x86' (Expected 'C:\Android\sdk\system-images\android-19\default\x86')
like image 274
M. Reza Nasirloo Avatar asked Mar 13 '23 06:03

M. Reza Nasirloo


1 Answers

This happens when you have old structure of android sdk, to solve this issue put all of the system images of an api version into a folder with name of default

Like this:

system-image/
       android-15/
             default/
                   x86/
                   armeabi-v7a/
       android-19/
             default/
                   x86/
                   armeabi-v7a/
like image 141
M. Reza Nasirloo Avatar answered Mar 25 '23 01:03

M. Reza Nasirloo