codecamp

Weex 初始化sdk

InitConfig config = new InitConfig.Builder()
					//图片库接口
    				.setImgAdapter(new FrescoImageAdapter())
    				//网络库接口
    				.setHttpAdapter(new InterceptWXHttpAdapter())
    				.build();
WXSDKEngine.initialize(applicationContext,config);


Weex 声明权限
Weex 创建WXSDKInstance
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定