I downloaded AS without SDK, installed it in the 64-bit directory, while I already have Android SDK and NDK tools previously installed (they're on the 32-bit directory somehow).
I would like to know how to properly set it up, I'm asking this because I'm prompted to install the SDK tools, and I also get a failed to resolve support library
error, but from AS settings I can see that AS recognizes the SDK already installed, is there anything I have to make sure of?
I started an empty project that has some dependencies:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.+'
compile 'com.android.support:design:23.+'
}
Then I get this:
Error:(24, 13) Failed to resolve: com.android.support:appcompat-v7:23.+
And this:
Error:(25, 13) Failed to resolve: com.android.support:design:23.+