APM_129
APM_129
  • 发布:2025-03-21 11:24
  • 更新:2025-03-21 11:24
  • 阅读:30

uniapp 引入 jar 构建自定义调试基座报 _dp_nativeplugin.android.plugins 节点下存在 type 为空的对象

分类:uni-app

报错截图见附件

相关配置

{  
    "name": "ADWApiManager",  
    "id": "ADWApiManager",  
    "version": "1.0",  
    "description": "外部jar",  
    "_dp_type": "nativeplugin",  
    "_dp_nativeplugin": {  
        "android": {  
            "plugins": [{  
                "tpye": "module",  
                "name": "ADWApiManager",  
                "class": "cn.uniplugin_richalert.ADWApiManager"  
            }],  
            "integrateType": "jar",  
            "minSdkVersion": 16  
        }  
    }  
}

这个 jar 的功能是和硬件交互,所以 type 选择了 module

2025-03-21 11:24 负责人:无 分享
已邀请:

要回复问题请先登录注册