how to install apk application from my pc to my mobile android -
I have 2 questions:
First of all, let me install an APK application from my PC Need Mobile Android?
Second, how do I run my code directly in mobile? I install the USB driver but my PC does not detect the USB of my mobile
Install an APK To make your mobile, you can either use:
- , and do the following:
adb install fileename.apk . Note that you will need to work for it.
- Transfer the file to your device, then open it as a file manager, like
Note that you must be able to install packages from your application settings.
As for the USB work, I suggest consulting for suggestions.
- Transfer the file to your device, then open it as a file manager, like
Comments
Post a Comment