Where should I extract the armeabi-v7a archive when manually installing the Android SDK 4.1 on Windows?

I downloaded all the zip sdk files manually.

Platform, platform-tools, samples, documents, and a USB driver work, but I don’t know where to put the folder / files of the system image.

So, anyone with a working installation of 4.1, could you provide me the path to the file, or perhaps the output of the tree command for the android-sdk folder?

I believe the default location

C:\Users\<USERNAME>\AppData\Local\Android\android-sdk\
+5
source share
1 answer

... \ Android-SDK \ System-images \ Android-16 \ armeabi-v7a

+8
source

All Articles