1***@qq.com
1***@qq.com
  • 发布:2023-03-13 12:12
  • 更新:2023-03-13 12:12
  • 阅读:159

ActiveAndroid.initialize(this)

分类:uni-app
public void onCreate(Context context2) {  
        mActivityList = new ArrayList<>();  
        bzkjApp = this;  
        context = context2;  
       ActiveAndroid.initialize(context2);   //   报错  

        String pkgName = context.getPackageName();  
        String processName = getCurProcessName(context);  
        if (pkgName != null && pkgName.equals(processName)) {  
            BZKJ.create(context, true);  
        } else {  
            BZKJ.create(context, false);  
        }  
    }

HBuilder(sdk最新) 升级后:

ActiveAndroid.initialize(context2); 代码报错

详情:

2023-03-13 12:12 负责人:无 分享
已邀请:

要回复问题请先登录注册