mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +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.
|
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
|
```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
|
## Implement a class inheriting GLSurfaceView
|
||||||
|
Loading…
Reference in New Issue
Block a user