8000 GitHub - hitman401/safe_app_java: SAFE App Library for Java
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hitman401/safe_app_java

Repository files navigation

safe_app_java

Maintainer: Krishna Kumar (krishna.kumar@maidsafe.net)

safe_app_java library for generating JAR and AAR packages.

Prerequisites

safe_app_java requires

  • Gradle 4.3
  • Java 8
  • Android SDK (target SDK Version 26)

Build Instructions

safe_app_java has sub projects for generating JAR and AAR files for exposing safe-app API.

Download the native libraries for desktop and android by executing,

gradle download-nativelibs

safe-app

safe-app project builds platform specific JAR files for linux, osx and windows (mock and non-mock).

Build Commands

Execute pack task to get the JAR files for all possible combinations

gradlew :safe-app:pack

Run pack---<mock/non-mock> command to build a specific target using,

gradlew :safe-app:pack-<platform>-<arch>-<mock/non-mock>

For example,

gradlew :safe-app:pack-win-x64-mock
gradlew :safe-app:pack-win-x64-non-mock

The JAR files would be placed in safe-app/build/libs if the build is successful

safe-app-android

safe-app-android project builds AAR files (mock and non-mock).

Build Commands

Make sure ANDROID_HOME environment variable is set.

Execute task

gradlew :safe-app-android:build

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MaidSafe Contributor Agreement, version 1.1 ([CONTRIBUTOR] (CONTRIBUTOR)), shall be dual licensed as above, and you agree to be bound by the terms of the MaidSafe Contributor Agreement, version 1.1.

About

SAFE App Library for Java

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0