mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
13 lines
166 B
Bash
Executable File
13 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
adb devices
|
|
|
|
cd $(dirname "$0")
|
|
|
|
./assets.sh
|
|
|
|
./gradlew build
|
|
|
|
adb install -r app/build/outputs/apk/debug/app-debug.apk
|
|
|
|
#ndk-gdb --force --start --verbose
|