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:

  1. , and do the following: adb install fileename.apk . Note that you will need to work for it.
  2. 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.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -