windows - c# run apk file on android emulator -
we want run our android application on windows tablet thinking write application check android emulator running or not .apk installed or not. there other approach build application?
my approach: (call command c# process class)
- start or launch android emulator
- waiting android emulator ready
- install or launch .apk android emulator
Comments
Post a Comment