I have an apk (android app) and I want to publish a demo to view and use online. After try to publish an android emulator with unsuccessful results (very very slow even into top configuration machines in amazon), it would be a good try to install into a chrome OS. It is possible to deploy APKs in chrome os? Are there alternatives?
Asked
Active
Viewed 2,293 times
1 Answers
4
It is possible to deploy APKs in chrome os? Are there alternatives?
No. V8 on Chrome OS & Dalvik on Android are 2 very different beasts. Perhaps you should try installing the apk on your system running Android x86 project & VirtualBox

Sathyajith Bhat
- 21,321
- 22
- 95
- 134
-
Android x86? This is a true surprise!!!! Thankns for your response and your alternative :) – Killrazor Jan 19 '12 at 11:32
-
1This solution is no longer relevant due to recent development: https://github.com/vladikoff/chromeos-apk – Yaron Sep 20 '14 at 13:49