Please help an idiot with Android Studio setup | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Please help an idiot with Android Studio setup

Hi guys. so I am a complete novice with Android and Android Studio. I installed Android studio 2.3.3 for x64. When I started the program up it downloaded and installed the NDK and some other stuff. Now when I try to build, it says the following: Error:A problem occurred configuring project ':app'. > Could not resolve all dependencies for configuration ':app:_debugApkCopy'. > Could not find any version that matches com.android.support:appcompat-v7:27.+. Versions that do not match: 26.0.0-alpha1 25.3.1 25.3.0 25.2.0 25.1.1 + 31 more Required by: project :app Please help me set up so that it can actually build. I can not install using cmd on my laptop - other issues for another day. Thanks!

2nd Feb 2018, 6:44 PM
Nadia Lucouw
Nadia Lucouw - avatar
2 Answers
+ 4
is your system connected to the internet? because sometime gradle produces error when it has to download some libraries. Reinstalling the Android Support Repository might help and add these lines if it is not present in gradle(app) compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:recyclerview
3rd Feb 2018, 6:59 PM
Saminjay Goel
Saminjay Goel - avatar
0
Thanks Saminjay I will give it a shot and report back 👍
4th Feb 2018, 6:50 AM
Nadia Lucouw
Nadia Lucouw - avatar