android 解析包时出现问题
PHPz
PHPz 2017-04-17 15:46:30
0
2
359
PHPz
PHPz

学习是最好的投资!

reply all(2)
刘奇

For version incompatibility issues, check what the minimum supported version of your program is. If it is higher than the mobile phone system version, you will have this problem.

迷茫
  1. The minimum version requirement of the app is higher than the mobile phone firmware version.
    Try lowering the minimum version. minSdkVersionminSdkVersion

  2. 你的某个包名可能大写了。
    改为小写完事。

  3. 没找到对应目录
    你设置了 /sdcard/ 为主要存储(这个基本上是RE管理器的锅), 而实际上要求 / 目录,安装时不要使用外部设备,尽量安装在机身存储上。

  4. 在4.1.1以上版本, app默认临时数据在 /data/data/包名/cache

  5. One of your package names may be capitalized.
Change it to lowercase letters to finish. 🎜🎜 🎜🎜The corresponding directory was not found🎜You set /sdcard/ as the main storage (this is basically the fault of the RE manager), but actually requires the / directory for installation Do not use external devices during operation, try to install them on the fuselage storage. 🎜🎜 🎜🎜In versions 4.1.1 and above, the default temporary data of the app is in /data/data/package name/cache🎜This requires an internal read and write permission. Did your app request temporary data during initialization? Data cache without giving permission. 🎜🎜 🎜
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template