Ever since Michael posted his Csound for Android to the Google Play Store, I’ve been a fan of the app, including on Chromebooks. My previous article (http://arthunkins.com/Csound on Chromebooks.txt) details the potential value of older, inexpensive Chromebooks for students and other cash-strapped Csounders.
Michael’s latest version (based on Csound 6.18) is a significant upgrade, especially for live performance, with its greater number of buttons and sliders. Unfortunately, it is not available on the Google Play Store. This makes the newest version third-party software - which presents a significant challenge for Chromebooks.
While both Android tablets and smartphones have little problem downloading third-party apps, Chromebooks normally can’t.
Another way I got around this on a chromebook was to run the new linux
vm, which unlike WSL on windows supports audio so I was able to run
the linux version of csound on chromeos. I was even able to run
BespokeSynth on the chromeos linux (but I had a higher end
chromebook).
I installed the linux vm which is debian based and was then able to use apt-get to install linux csound rather than sideloading the android app. If your chromebook can do android apps it should be able to run in developer mode with linux available:
Set up Linux on your Chromebook - Chromebook Help (google.com) https://support.google.com/chromebook/answer/9145439?hl=en
I setup linux on several of my Chromebooks. In the os settings, Linux Development Environment, the option Develop Android Apps never appears, and so I never get to the Enable ADB Debugging option.
Many users complain about this on the internet, and there is no solution offered. The conclusion is that, at least for older Chromebooks, this feature is not available.
To be clear I’m running the linux version of csound not the android app, but if you have android studio then you could run the android app from source.