-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't run in android studio 3.0 - module not specified #124
Comments
@neuberfran Sorry, I'm not sure what you are trying to run. Anvil is a library, there is no application code in this repo (there is https://github.com/zserge/anvil-examples repo with a number of runnable apps). Probably the only thing you could run is unit tests, they can be launched from |
Run into the same error when I tried to convert my project into a library . . . Anyone knows how to fix this ? |
in app's settings.gradle , remove include ':app' sync it , and again put it back sync it :) , it worked for me |
thanks @girishkiran this should be a known issue of react native |
I have tried 3 times 4 times but I have not checked how many times you have ?? 😂 |
Still getting this issue. Thanks. |
@nidhi-singh02 What are you trying to run? The repo doesn't contains runnable app module. |
I can not find the settings.gradle |
Still getting this issue. Thanks. |
If you have changed or reflect the package name then do the changes In settings.gradle include:'app' |
Hi,
I download and tried run in android studio and I have this issue:
The text was updated successfully, but these errors were encountered: