I am using Android Studio for development (I/O Preview 0.2.3) and have used AS since I started my current project. Every time I open the project I get the Frameworks detected: Android framework is detected in the project Configure
message in the event log. I can click Configure
and it sorts things out straight away but its happens every time I open the project.
Its not really causing any issues, more of an annoyance than anything. Is there anyway of making AS remember that this is an Android project?
If Android Studio notices a difference in the path to the android SDK folder on disk and the path mentioned in your local.properties file, it will prompt and upon confirmation update the path in local.properties
. I think you local.properties file is not retaining the change in SDK path once you close the project. Check you check if something is reverting the changes.
Also, try saving the local.properties file manually after updating the sdk.dir property with correct path..
It looks like this in the local.properties
file.
# change the SDK path below to match the folder on your system
sdk.dir=D\:\\Android\\android-sdk
Try to import project
rather than just opening the project.
File --> New--> Import Project
Try open the SDK Manager and check if Android Support Repository is installed. If not, install if and reopen the project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With