anvil icon indicating copy to clipboard operation
anvil copied to clipboard

I can't run in android studio 3.0 - module not specified

Open ghost opened this issue 7 years ago • 10 comments

Hi,

I download and tried run in android studio and I have this issue:

captura de tela 2017-10-18 as 07 37 09

ghost avatar Oct 18 '17 14:10 ghost

@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.

zserge avatar Oct 26 '17 07:10 zserge

Run into the same error when I tried to convert my project into a library . . . Anyone knows how to fix this ?

NateDamtew avatar Mar 27 '18 18:03 NateDamtew

in app's settings.gradle , remove include ':app' sync it , and again put it back sync it :) , it worked for me

girishkiran avatar Apr 16 '18 08:04 girishkiran

thanks @girishkiran this should be a known issue of react native

shide1989 avatar Oct 14 '18 09:10 shide1989

I have tried 3 times 4 times but I have not checked how many times you have ?? :joy:

RamazanFerhatSonmez avatar Feb 18 '19 14:02 RamazanFerhatSonmez

Still getting this issue. Can anyone suggest how to fix this ?

Thanks.

nidhi-singh02 avatar Jun 10 '19 16:06 nidhi-singh02

@nidhi-singh02 What are you trying to run? The repo doesn't contains runnable app module. It contains only modules of library..

sgrekov avatar Jun 11 '19 09:06 sgrekov

I can not find the settings.gradle

FutureLhh avatar Apr 30 '20 04:04 FutureLhh

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.

shraoned avatar Oct 21 '20 06:10 shraoned

If you have changed or reflect the package name then do the changes In settings.gradle include:'app'

akii09 avatar Dec 17 '20 18:12 akii09