Android Development: Transfer App wireless -


Is it possible in some way to transfer and launch an app that I am developing wireless? For example via WiFi or Bluetooth.

I'm developing with Android Studio (Beta) 0.8.9.

You have to remove your .apk file. You can do this by right-clicking on your project directory and then,

Android Tools> Export the Uncinified Apps Package

Then send it the way you want it


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -