Closed moeenio closed 3 years ago
What do you mean by run configs? It works fine for me - just run npm run production
and then hit the play button.
Run configs, the thing in Android studio that determines what to do when you hit the Play button. Go to Run > Edit Configurations and check "Store as project file" so it gets committed to the project. Without any the Play button is disabled (i ran npm run production
)
Ah, yes! I just used the built-in "Android App" preset - see below:
So just check "Share through VCS" :)
When I go to create a config, somehow it just shows me "no module".
So just check "Share through VCS" :)
I'll work on that right now 👍
I know I'm supposed to hit the "Run" button in Studio, but there are no run configs in the project, so it doesn't really work.