diff --git a/README.md b/README.md index ad114c9..aa4598a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ex2 -###### Run in a local testing environment: +###### gomobile, build .apk for development and testing:
   
@@ -23,7 +23,15 @@ alias pixel4='$ANDROID_HOME/emulator/emulator -avd "Pixel_4_API_30"'
 
-ex1 +###### ebitenmobile, build .aar for Android Studio binding: + +
+  
+// Navigate to skulls/ and generate the .aar binding:
+ebitenmobile bind -target android -javapkg com.<your username>.skulls -o skulls.aar github.com/rootVIII/skulls/skullsebitenbind
+  
+
+