where is ./build/outputs/apk/debug/mobly-bundled-snippets-debug.apk
dannyshicar opened this issue · 1 comments
dannyshicar commented
In the usage first step: it say
./gradlew assembleDebug adb install -d -r -g ./build/outputs/apk/debug/mobly-bundled-snippets-debug.apk
but I can't found ./build/outputs/apk/debug/mobly-bundled-snippets-debug.apk.
thank you very much
vamsavardhanav commented
Hey,
you want to do the following
- ./gradlew assembleDebug
- adb install -d -r -g ./build/outputs/apk/debug/mobly-bundled-snippets-debug.apk