mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 03:58:55 +01:00
Updated Android (markdown)
parent
848a4b2f97
commit
f6f57e4ae1
@ -73,7 +73,7 @@ func UpdateTouchesOnIOS(phase int, ptr int64, x, y int) {
|
||||
Use `gomobile bind`, generate an aar file and import this to your Android Studio project as an external aar file. Here is the example command to build the module.
|
||||
|
||||
```sh
|
||||
:; :; gomobile bind -target android -javapkg com.example.yourgame -o /path/to/android/studio/project/mobile.aar github.com/yourname/yourgame/mobile
|
||||
:; gomobile bind -target android -javapkg com.example.yourgame -o /path/to/android/studio/project/mobile.aar github.com/yourname/yourgame/mobile
|
||||
```
|
||||
|
||||
## Implement a class inheriting GLSurfaceView
|
||||
|
Loading…
Reference in New Issue
Block a user