android studio - edit configuration - no module found | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

10th Apr 2022, 6:06 AM
Julius
1 Answer
0
Hello, and welcome to SoloLearn. Go to File/new/import project and try to import the project with gradle.
10th Apr 2022, 8:33 AM
Julian
Julian - avatar