AbdurRahman
Member
When I press RUN button (f5 shorcut) it compiles app and run in emulator.
What I wanted is to run a batch file automatically after completion of compile.
Is that possible ?
Update 2020.Sep.17:
I want to install apk in emulator after successful build.
Some emulator can't be debug directly using b4a like KO player.
So I want to use this command to install apk in emulator when apk get builds:
adb.exe install -r "C:/example/app.apk"
What I wanted is to run a batch file automatically after completion of compile.
Is that possible ?
Update 2020.Sep.17:
I want to install apk in emulator after successful build.
Some emulator can't be debug directly using b4a like KO player.
So I want to use this command to install apk in emulator when apk get builds:
adb.exe install -r "C:/example/app.apk"
Last edited: