Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
/ gomobiler Public archive

A stripped-down gomobile to easily build go executables for Android

Notifications You must be signed in to change notification settings

ViRb3/gomobiler

Repository files navigation

GoMobiler

A stripped-down modified gomobile to easily build go binaries for Android.

Instead of generating an APK, gomobiler simply builds binaries for all applicable architectures and saves them in the format:

*app_name*-android-*architecture*

Usage

  1. gomobiler init -ndk "/path/to/sdk/ndk-bundle/"
  2. In your project's directory: gomobiler build

You can specify an output directory using the -o flag

About

A stripped-down gomobile to easily build go executables for Android

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages