Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Frameworks detected in android studio

Tags:

android

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

The project is blank, and not able to run this project. I searched for the solution and didn't find any proper solution.

I came across this answer https://stackoverflow.com/a/18394291/5093415 , but according to this, in my case "Android Support Repository" is already been installed in sdk manager. This solution doesn't help me.

Any help is appreciated.Thanks.

like image 383
Ramz Avatar asked Oct 20 '15 08:10

Ramz


People also ask

What is framework in Android Studio?

An Android application framework is a software toolkit that enables app developers to piece together a finished product that meets the requirements of its proprietor. A framework provides the bones of an application, to be fleshed out with graphics, animation, special features and functionality.

What is framework data in Android?

The android framework is the set of API's that allow developers to quickly and easily write apps for android phones. It consists of tools for designing UIs like buttons, text fields, image panes, and system tools like intents (for starting other apps/activities or opening files), phone controls, media players, ect.


2 Answers

Following these instructions, they worked for me

  1. Press CTRL+ALT+SHIFT+S. Or Go to File> Project Structure
  2. Go to Project Setting > Facets.
  3. Click + button and add Android-gradle.
  4. Select your project name.
  5. Click Apply and Ok.
  6. Close your project and reopen.
  7. Wait until gradle finishes build your project.
like image 155
Yovhi Avatar answered Oct 09 '22 10:10

Yovhi


Maybe you have to import the project properly and not just opening?

Goto to File > New Project > Import Project and browse for the project...

like image 38
bernzkie Avatar answered Oct 09 '22 10:10

bernzkie