You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vagrantfile can be added to repo, thus running vagrant up will open vm (can be in gui mode as well) that has all tools/deps installed for running android env (such as commands yarn android or npm run android, etc..) and also for compiling the app.
it can also contain Android-Studio to allow debugging of the running app.
The Containerfiles in #243 are only for building (will generate apk file, won't be able to run it, as there is no gui)
The text was updated successfully, but these errors were encountered:
Vagrantfile can be added to repo, thus running
vagrant up
will open vm (can be in gui mode as well) that has all tools/deps installed for running android env (such as commandsyarn android
ornpm run android
, etc..) and also for compiling the app.it can also contain Android-Studio to allow debugging of the running app.
The Containerfiles in #243 are only for building (will generate apk file, won't be able to run it, as there is no gui)
The text was updated successfully, but these errors were encountered: