0
android studio - edit configuration - no module found
Dear Community, I downloaded an android studio project from an online book. When I run it, I have not a module in the edit configurations. On stackoverflow they say, go to files/sync project with gradle files, but in the actual android studio version, there is not something like this. my gradle settings file looks like follows: include ':app' rootProject.name='Menu' apply plugin: 'com.android.application' I have always the same problem and don't know afterwards, how I solved it. Can someone help me? Thank you Kind regards
1 Answer
0
Hello, and welcome to SoloLearn.
Go to File/new/import project and try to import the project with gradle.