makingthematrix / scalaonandroid

A tutorial and examples of how to write Android apps in Scala 2.13 and Scala 3.
GNU General Public License v3.0
176 stars 10 forks source link

other processor #3

Closed JoelSjogren closed 3 years ago

JoelSjogren commented 3 years ago

I have a slightly older phone (oneplus one / arm32 processor). I wasn't able to figure out what config to change to build for this device. (Tried grepping for aarch64.)

makingthematrix commented 3 years ago

@JoelSjogren : I found this https://github.com/oracle/graal/issues/1329 and looked through linked issues too. It looks like ARM32 is not supported as it's just too much trouble for too little value. There are comments that maybe you could do it by compiling the code as if it was going to run on Raspberry Pi?... Sounds like lots of effort.

JoelSjogren commented 3 years ago

Thanks for looking into it. I will put this on ice then.