Boleh cuba ADB - Android Debug Bridge untuk installing dan debug apk. Kena install SDK Platform Tools (Support Mac, Window, Linux).
-Press Win+R untuk launch - cmd
-Navigate ke SDK platform-tools dalam android-sdk windows folder
-type adb
connect ke box dulu, pakai wifi
adb devices -l
$ adb kill-server
$ adb connect
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
connected to xxx.xx (Ip Address)
Masuk dalam command line
adb install -s xxxx.apk
Tunggu sat..lepas tu Settle!! Tak perlu lagi buat lapik pasu
Contoh path
-l: Install the package with forward lock.
-r: Reinstall an exisiting app, keeping its data.
-t: Allow test APKs to be installed.
-i <INSTALLER_PACKAGE_NAME>: Specify the installer package name.
-s: Install package on the shared mass storage (such as sdcard).
-f: Install package on the internal system memory.
-d: Allow version code downgrade.
COPY PASTE FROM GROUP.. HOPE CAN HELP OTHERS..
This post has been edited by deewane78: Feb 24 2017, 09:51 PM
Feb 24 2017, 09:34 PM
Quote
0.1001sec
0.40
7 queries
GZIP Disabled