Skip to content Skip to sidebar Skip to footer

Android App On Chromebook To Access Usb Devices?

I am taking an Android app and making it run on Chrome using the ARC Welder. For best results we're only targeting the Chromebook / Chrome OS, not Windows or OSX. The app is runnin

Solution 1:

I found a workaround which is to use the Additional Metadata section and add { "enableExternalDirectory": true }.

When the app first launches, it prompts the user for the folder. One must select the SD card.

Then my app works as expected, as the 'emulated sd card' becomes the 'real sd card'. This is not the most user-friendly approach, but it works.

I'd still prefer if we could load the files from a CRX into the Android Runtime...

Post a Comment for "Android App On Chromebook To Access Usb Devices?"