Skip to content

App Installer 0.1.7.1

Compare
Choose a tag to compare
@dmssargent dmssargent released this 12 Aug 19:42
· 3 commits to master since this release

Installing

Windows

Download and run Setup.exe

A manual can be found here

This is the first production release, however it should be treated like beta software and used accordingly.

Mac OSX/Linux

An alpha targeting non-Windows platform-forms is now available, but really buggy. It will also run on Windows, but the above option is more heavily tested (and less lackluster).

You must install Mono to use this build. This build comes with zero warranty, implied or not.

To run

  1. Download and extract the zip

    $ wget -nc https://github.com/dmssargent/AppInstaller/releases/download/v0.1.7.1-rc/AppInstaller-0.1.7.1-mono0.zip
    $ unzip AppInstaller-0.1.7.1-mono0.zip
  2. Set the execute bit on the launch script. Important: This denotes that you agree to any conditions for use of this variant listed above.

$ chmod +x ./AppInstaller/bin/AppInstaller
  1. Run it (and see what happens)
$ ./AppInstaller/bin/AppInstaller

Mac OSX Notes

The alpha does not have some tools built in to it as of yet. You must install the Android SDK, and have an environment variable named ANDROID_HOME pointing to it, and even then it may fail.

Release Notes

  • Renamed executable and assembly info to be AppInstaller instead of APKInstaller
  • Fixed an issue when installing APK files that failed to install
  • Updated dependencies
  • Added documentation
  • Created wiki
  • Enabled the help button

For the full changelog, see git log