Unofficially, now it is possible to run any Android app in Chrome browser on Windows, Mac and Linux!!
Here is how you can make it work.
Step 1 - ARChon runtime setup.- Create a folder in desktop ex: chrome app etc
- Download ARChon runtime vladikoff-archon runtime zip and extract it in chrome app folder
- Open Chrome browser and go to the extensions manager by chrome://extensions/ or Menu > More Tools > Extensions
- Enable the Developer mode at top right corner, if it is not already enabled
- Select "Load unpacked extension".
- Choose the folder containing the ARChon runtime you unzipped earlier, Select it and press "Ok"
Step 2 - Convert .apk file to compatible with chrome
By chromeos-apk!!
- Copy your .apk file where you can find it
- Install Node.js (via http://nodejs.org/) (Ubuntu might need
sudo apt-get install lib32stdc++6) - Install the tool (might need a
sudoprefix): - npm install chromeos-apk -g OR sudo npm install chromeos-apk -g
- Run
chromeos-apk [path to apk file] Example: For Phone:chromeos-apk com.yourapppackage.android.apkFor Tablet: chromeos-apk com.yourapppackage.android.apk --tablet- This will generate a directory as com.yourapppackage.android.
- Open the Extensions page in Chrome by chrome://extensions/ or Menu > More Tools > Extensions
- Select "Load unpacked extensions".
- Choose the folder com.yourapppackage.android from directory
- The app will now appear in Chrome extensions list with launch button
Click on it and you are all set!!
Or
By Twerk!!
- Download and install Twerk from Chrome web apps
- Launch Twerk
- Drag and drop an Android .apk file from your desktop into the main Twerk window.
- Set your preferences for how the app should run (portrait mode, tablet mode, etc.) using the sliders.
- Tap the pink Android button and a directory as com.yourapppackage.android is ready to be installed as an unpacked extension.
Settings:
- Set custom name and icon
- Package for ‘Archon’ or official runtime
- Set tablet or mobile layout
- Set landscape or portrait mode
- Toggle scaling (may prevent some apps working)
- Toggle SD Card support
- Set offline functionality
Sources:
- https://github.com/vladikoff/chromeos-apk
- http://www.omgchrome.com/twerk-chrome-archon-apk-maker-desktop/
