4ntoine
4ntoine

Reputation: 20418

How to test android app for Chromebook compatibility without having Chromebook hardware?

Google announced android apps support in Chrome OS on Chromebooks. Is it possible to test my android app on Chromebook without having Chromebook hardware? Any emulator or VirtualBox image, etc?

Upvotes: 6

Views: 2255

Answers (2)

v_mil
v_mil

Reputation: 101

This doesn't work now. “IO exception while downloading manifest”.

Exclamation marks near to sites

Error message putting the cursor on the exclamation mark

Upvotes: 0

Radhika bajaj
Radhika bajaj

Reputation: 155

To run our app on a virtual Chrome OS device we have followed the following steps in Android Studio:

  1. Install Chrome OS SDK add-ons for Android Studio

  2. Create an AVD using the AVD Manager

    From tablet category select Pixelbook (beta) hardware. The default RAM size for an AVD is 1536 MB. I recommend increasing the RAM for the AVD to 2048 MB. 

Upvotes: 7

Related Questions