-
zipaligning apk: C:\DEV\projects\QYVRMobile_Android\app\build\intermediates\apk\debug\AndResGuard_奇遇VR\奇遇VR_7zip_unsigned.apk, exists:true
java.io.IOException: Cannot run program "C:\Program Files\An…
-
### Information
1. **Apktool Version (`apktool -version`)** - 2.6.0
2. **Operating System (Mac, Linux, Windows)** - mac os big sur 11.1
3. **APK From? (Playstore, ROM, Other)** - tiktok.apk
### …
-
因为项目比较大的问题,暂时升级不了1.2.3的包,之前用的是1.1.10,当我加上R.id.*的时候,出现了崩溃
com.tencent.mm.android.AndrolibException:writeSpecNameStringBlock length is different name 12, tempByte14
at com.tencent.mm.androlib.res.de…
-
### Information
1. **Apktool Version: 2.3.1**
2. **Operating System: Linux**
3. **APK From: APKMirror (https://www.apkmirror.com/apk/facebook-2/facebook/facebook-157-0-0-38-97-release/facebook-157-…
-
Windows raises the error below but Linux **DOES NOT**.
```
adb: failed to install CityMngSystem-1.3.7(23)-20180516-RRPA-YiPaiV137R_7zip_aligned_signed.apk: Failure [INSTALL_PARSE_FAILED_UNEXPECTED_E…
-
introduce resource
repositories {
mavenCentral()
maven {
url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
credentials {
// Be sure to add thes…
-
项目集成了com.tencent.mm:AndResGuard,当用压缩打包方式的时候,打出来的包在华为手机上获取MixPush-getRegisterId->超时,hms get token failed com.huawei.hms.common.ApiException: 907122050: operation in MAIN thread prohibited https://devel…
-
Please provide the following informations.
- System version
Windows 7 professional service pack 1 (7601)
- Java version
java
- Gradle version
5.6.4
- Android Gradle plugin version
3.5.…
-
AS 3.3会有下面的警告:
```
WARNING: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.
It will be removed at the end of 2019.
```
自己看了下,因该是下面的代码,plugin模块,…
-
最近因为项目当中用到了协程,然后发现通过资源混淆出来的apk又遇到协程使用不正常,最后发现apk的区别是资源混淆删了META_INF中的很多文件信息。这个有遇到过么。求解决