User Tag List

Results 1 to 7 of 7

Thread: Android testing flow?

  1. #1
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    Android testing flow?

    What is the process for testing programs during development for Android?

    For example, on windows it's as easy as building an exe then running it. On iOS it's a major pain to switch to Xcode, build, get permissions, then build.

  2. #2
    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Jun 2011
    Posts
    628
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    1. Put your apk file into your phone sdcard and run it.
    2. You can run it by emulator but this is very slow process.
    3. If you have Android Studio or Eclipse with ADT plugin you can also run app in developer mode with debugger but this is only useful for extension developers.

    @edit:
    4. Ok you can also put usb into your phone before that you need to install usb drivers from your device to your pc and run developer mode in your phone/tablet then press build&run.

  3. #3
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DaveC's Avatar
    Join Date
    Jun 2007
    Location
    Perth, Australia
    Posts
    2,132
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    it's very fast, 1000 times better than the iOS method. You litterally have your device plugged in by USB and press build and run, which builds onto the device. This speeds up development a lot.. I can't go back to iOS... so I develop only on Android and then maybe port to iOS at a later date.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    pit73's Avatar
    Join Date
    Jan 2012
    Location
    near montpellier
    Posts
    354
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Another fast process :

    -Build apk application from fusion
    -Share the windows folder ( right click > share )
    -Explore with you phone the share folder ( with "Es explorer" for example ) and install apk
    -don't forget to put your phone on develop mode.

    Wifi works also.

    Pit

  5. #5
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    -Explore with you phone the share folder ( with "Es explorer" for example ) and install apk
    i like it very much.

    this really help you to test INI when you write at external folders

    nice choice
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  6. #6
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)

    Join Date
    Jun 2014
    Posts
    63
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can also install an apk from the command line directly onto a android device (if usb debugging is enabled in settings)

    adb install -r appname.apk

    The -r switch will overwrite an already installed app, remove this if you don't want the app to be replaced.

    By default the apk should be in the platform tools folder for it to be installed.

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module
    Tiny's Avatar
    Join Date
    Jul 2006
    Location
    Sweden
    Posts
    598
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by pit73 View Post
    -Explore with you phone the share folder ( with "Es explorer" for example ) and install apk
    Brilliant advice! Worked directly.

Similar Threads

  1. Testing Android Bluetooth Gamepad Controller
    By mohdhafizal in forum Android Export Module 2.5
    Replies: 9
    Last Post: 21st January 2015, 01:40 AM
  2. [BUG] Can't export to Flash since testing Android
    By AdamDobay in forum Android Export Module Version 2.0
    Replies: 37
    Last Post: 24th June 2012, 05:31 PM
  3. Combobox testing in sub app in android
    By Fernando in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 18th May 2012, 04:15 PM
  4. Android Beta Testing?
    By Atom in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 24th March 2012, 06:22 PM
  5. Lost my Android testing key
    By Tuna in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 14th December 2011, 08:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •