Crazy Gems: Download for Android

The Android (AIR) version of Crazy Gems 2 is available for download. It uses a self-signed certificate as of now and you may download it for free from Crazy Gems 2 project page. Do not forget to install AIR for Android from Adobe Labs before you install the game.

A specific requirement would be to have Froyo (Android 2.2) on your phone before you install the runtime. If you need the runtime on your phone, do sign up for the AIR for Android Prerelease Program. Hope you enjoy playing the game on your phone.

New Feature: – This version uses Accelerometer of your device for the game play.

VN:F [1.9.13_1145]
Rating: 0.0/5 (0 votes cast)

  • derek knox

    I’ve read and seen video showcasing AIR for Android. I saw that Flash CS5 can package a .swf into an android .apk file. I was under the impression that this .apk file will need nothing else to run on the device. Is this true? Or do users also have to download AIR for Android?

  • http://www.hsharma.com Hemanth Sharma

    Hi Derek,

    AIR application needs the Runtime to be installed on the device just like it is needed on the desktop. The meaning of packaging it as .apk is just to make the installer native and not the application itself.

    Hope this helped.

    - h

  • Ganesh Venkat

    Hi Hemanth,

    I attended your sessions in Adobe summit.

    I am trying to develop some augmented reality applications for android mobile in Flash CS5. I have already developed some AR applications using FLAR tool kit, which run on systems. Could you pls guide me on how to develop similar AR applns for android mobile. Any reference links or tutorials or tool kit.

    Thanks in advance

    -Ganesh, Chennai

  • http://www.hsharma.com Hemanth Sharma

    Ganesh,

    There is no different way of doing it. As long as it is AIR and Flash Player, feel free to change the publish settings and compile it to APK.

    Just be aware that the cam resolution on mobiles aren’t as good as in desktops. This might be difficult in detecting the markers for FLAR. Experiment in marker resolutions and test it thoroughly on different mobiles.

    – Hemanth

  • Ganesh Venkat

    Thanks alot Hemanth.
    I thought that we need to tweek the FLAR tool kit code to use inbuilt camera of mobiles. It does n’t need so? Anyways i ‘ll publish it for android and check how it works.

    Thank you.

  • Ganesh Venkat

    Hi Hemanth,

    Can u pls tell me how to call an external file from a folder(eg. calling “image1.jpg” from folder “assets” on to the stage) from the Air Android application. How to specify the path of URL. Its not working if i do in usual way as the application gets installed and the files are in my sd card.
    I face the same prob in my AR appln also , as the pat files are in one folder and the appln is unable to refer them.
    Thanx in advance