Android Studio Doesnt Open Project Correctly
When I import or open a project it doesn't open correctly and in the event log I get the message 'Frameworks detected: Android framework is detected in the project Configure'. Sear
Solution 1:
I ran into the same problems while opening a project. Please make sure when the Android Studio do the conversion or build the Gradle files , you look into the Gradle's build file and check which particular version's SDK and build tools are required to build this particular project. Then also confirm from the SDK Manager (Tools->Android->SDK Manager) that tools of given version are installed.
Post a Comment for "Android Studio Doesnt Open Project Correctly"