Imported Project Unable To Run In Android Studio
I imported Google's HelloAr project after downloading and decompiling the code. I followed the accepted answer in this SO question to create all necessary folders. Then I imported
Solution 1:
I figured it out. I was missing
settings.gradle
file at the root of the project. Android studio will not automatically add it for you. You have to manually add it to your root before you import the project into AS.
Post a Comment for "Imported Project Unable To Run In Android Studio"