I can't run in android studio 3.0 - module not specified
Opened this issue ยท 10 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 anvil-anvil
project via Run "All Tests" in trikita.anvil
popup menu item.
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.
Can anyone suggest how to fix this ?
Thanks.
@nidhi-singh02 What are you trying to run? The repo doesn't contains runnable app module.
It contains only modules of library..
I can not find the settings.gradle
in app's settings.gradle , remove include ':app' sync it , and again put it back sync it :) , it worked for me
Still getting this issue.
Can anyone suggest how to fix this ?
Thanks.
If you have changed or reflect the package name then do the changes In settings.gradle include:'app'