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.
The minimum version requirement of the app is higher than the mobile phone firmware version. Try lowering the minimum version. minSdkVersionminSdkVersion
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. 🎜🎜
🎜
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.
The minimum version requirement of the app is higher than the mobile phone firmware version.
Try lowering the minimum version.
minSdkVersion
minSdkVersion
你的某个包名可能大写了。
改为小写完事。
没找到对应目录
你设置了
/sdcard/
为主要存储(这个基本上是RE管理器的锅), 而实际上要求/
目录,安装时不要使用外部设备,尽量安装在机身存储上。在4.1.1以上版本, app默认临时数据在
/data/data/包名/cache
/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. 🎜🎜 🎜