Hi, I am just wondering if there is a way to test your program directly on phone so i will not build the app over and over again and put it on my phone.
Printable View
Hi, I am just wondering if there is a way to test your program directly on phone so i will not build the app over and over again and put it on my phone.
when i make an .APK I export it and transfer the APK via FTP to my phone.
There are tons of free FTP server apps on android you can install.
You just download an FTP client like fileZilla.. to connect to the phone.
You can also just connect your USB cable and you'll see your phone
listed as a removable media drive ... and you can just save the
APK directly to the phone.
After that you install the .apk on your phone...
to browse files on your phone you are going to need
a fileBrowser.. there are tons of free FileBrowser Apps on android.
Hope this helps!
Welcome to the Forum :D
If you can find the debug USB drivers for your phone then you can use Fusion 2.5 to run the app on your phone directly from Fusion itself. No need to copy files from directories and onto the phone every time.
Thanks for the reply! But can i ask how to use fusion itself to connect directly to phone. I have already on the USB debugging on phone
have you read these:
http://community.clickteam.com/threads/84238-Setting-up-the-Android-SDK-for-the-Android-Export-Module
http://community.clickteam.com/threads/84243-Universal-USB-driver-(adb-build-and-run)
do the first posts steps first, make sure all is good, if that fails ,you can try the second post.
Another tip i learned recently, have a handy shortcut to the folder: sdk\platform-tools, hold shift and right click in the folder, then you can choose "open command window here".
write "adb devices" to connect your device and to check that it's connected, if it is, then build and run will work directly from fusion =)