Frameworks detected in android studio

前端 未结 8 1313
夕颜
夕颜 2020-12-08 03:03

Frameworks detected: Android framework is detected in the project Configure

I get the above message when I try to build a particular project in android studio 1.4

8条回答
  •  失恋的感觉
    2020-12-08 03:42

    Adding under facets didn't work for me. What did: Right click on your project in the Project pane on the left > Open Module Settings > Modules > Click the + to add a module > Android-Gradle

    I also needed to modify some of the paths listed for the manifest/resources/assets etc in my Android module

提交回复
热议问题