You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to import Week-2 Test Projects to Android Studio completely. Please let me know the procedures to import those projects.
My Android Studio version: 3.1.2
Build #AI-173.4720617, built on April 14, 2018
JRE: 1.8.0_152-release-1024-b01 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.3
try: Android Studio->Import Project (Gradle, Eclipse, ...)->choose theActivityLab folder as destination directory->uncheck "Create Gradle style module name" and click finish.
then when syncing there will be warnings like "Configuration 'compile' is obsolete and has been replaced" and "minSdk version should not be declared in the android manifest", just substitute "androidTestCompile" with "androidTestImplementation" in build.gradle file and remove sdk version message in AndroidManifest file as those warnings suggest.
I'm not sure if it solves your problem but mine works though.
Failed to import Week-2 Test Projects to Android Studio completely. Please let me know the procedures to import those projects.
My Android Studio version: 3.1.2
Build #AI-173.4720617, built on April 14, 2018
JRE: 1.8.0_152-release-1024-b01 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.3
Gradle version: 4.4.1
Android Plugin version: 3.1.2
Please, help!
The text was updated successfully, but these errors were encountered: