how to dump apk into udoo

Discussion in 'Android' started by praveen, Nov 13, 2013.

  1. praveen

    praveen New Member

    Joined:
    Nov 9, 2013
    Messages:
    10
    Likes Received:
    0
    I have created a android app using eclipse ide. I need to install the app into udoo.
    how???
     
  2. SoundChaos

    SoundChaos New Member

    Joined:
    Oct 29, 2013
    Messages:
    13
    Likes Received:
    0
    First of all, verify that you have checked the box in android settings to allow installation of unverified packages, but once that has been done, its as simple as putting the APK on a jump drive / SD card, or even SSH if you are familiar with the Android command line.
    The built in file manager is simple to use, just navigate to the drive, and install the apk
     
  3. jimmnh

    jimmnh New Member

    Joined:
    Aug 16, 2013
    Messages:
    82
    Likes Received:
    0
    Just sent this to another user.

    You'll need the Android SDK on you machine (PC). Connect PC USB to microUSB OTG port on UDOO. Run adb (in Android SDK folders) from command line to install APKs. There is a good deal of information about adb (Android Debug Mode) in the Google SDK support site. http://developer.android.com/tools/help/adb.html

    Also note that, like with any Android device, your UDOO needs to be in debug mode (under developer settings) for this to work.

    There is no GApps support or community introduced option for GApps at this time. But I suspect there will be.
     
  4. Suppaman

    Suppaman New Member

    Joined:
    Oct 29, 2013
    Messages:
    25
    Likes Received:
    0
    In add of this, for have adb connecting to the board, you need to set the "External OTG port enabled" flag in the same section of debug just pointed. This because the UDOO board share the OTG line beween Arduino and external port used for adb upload and debug.
     
  5. andcmp

    andcmp New Member

    Joined:
    May 8, 2013
    Messages:
    161
    Likes Received:
    0
    to help me understand, could you explain more what you want to do?

    1. you have created an Android app and you have now an .apk ready to be installed.
    2. you want to use UDOO as an Android device for testing you application while you're still developing it in Eclipse.
     
  6. praveen

    praveen New Member

    Joined:
    Nov 9, 2013
    Messages:
    10
    Likes Received:
    0

    It would be helpful if u guide me to do both the tasks as mentioned above.
     

Share This Page