不支持所需功能:android.hardware.camera.autofocus,android.hardware.camera2.full
根目录添加AndroidManifest.xml文件
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="xxx">
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
<uses-feature android:name="android.hardware.camera2.full" android:required="false" />
</manifest>
打包aa

沐子鱼
- 发布:2025-02-28 14:59
- 更新:2025-02-28 15:08
- 阅读:79
沐子鱼 (作者)
看样子是一个云端插件导致的问题
2025-02-28 15:15