A library for install xapk(single apk with obb) or xapk(multiple apk with obb).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
andywu91 70499d4f5e replace jcenter with mavenCentral 3 years ago
app improve install demo for demonstration 3 years ago
gradle/wrapper update gradle version to 5.6.4 and agp version to 3.6.0 3 years ago
lib optizime code 3 years ago
.gitignore remove .idea from version control 3 years ago
LICENSE Initial commit 7 years ago
README.md Update README.md 3 years ago
README_zh.md Update README_zh.md 3 years ago
build.gradle replace jcenter with mavenCentral 3 years ago
gradle.properties init commit 7 years ago
gradlew init commit 7 years ago
gradlew.bat init commit 7 years ago
settings.gradle init commit 7 years ago

README.md

README

XAPKInstaller

A library for install xapk(single apk with obb) or xapk(multiple apk with obb).

Getting started

Add it in your root build.gradle at the end of repositories:

allprojects {
  repositories {
	...
    maven { url 'https://jitpack.io' }
  }
}

Add the dependency in your build.gradle:

dependencies {
  implementation 'com.github.andywu91:XAPKInstaller:1.0.0'
}

Usage

you can just check code in app which replace downloadUrl to your own xapk downloadUrl,and then experience it

Thanks

use zt-zip for unzip xapk,thanks

中文说明

update

Because Meizu and vivo have modified the system installation-related classes,xapk(split apk) cannot be successfully installed, so check it and do nothing if os is flyme or funtouch os.

According to #issue 3,you need close miui optimization in setting if you use miui,otherwise the installation will fail;

In addition, please refer to the article:https://www.jianshu.com/p/580b61ee7aee