hajimehoshi / go-inovation

Go port of Inovation 2007 by Omega
http://hajimehoshi.github.io/go-inovation/
MIT License
113 stars 17 forks source link

Can not find go Ebiten libraries when loading go-inovation/mobile/android in Android studio #14

Open AshGale opened 4 months ago

AshGale commented 4 months ago

when opening Android studio at the specified folder, the IDE is unable to find key libraries to build successfully https://github.com/hajimehoshi/go-inovation/blob/e49e192d9ab5b1c9076f62ec26821a3d928eea26/README.md?plain=1#L43

import go.Seq; import com.hajimehoshi.goinovation.mobile.EbitenView; Screenshot 2024-06-11 132947

I'm unsure how to get the running in Android studio as a results. not sure if related to the Gradle version "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."