集成问题
微博的sdk并非如微信开放平台或者第三方库一样提供一个nhpm -install的直接加载方式,而是提供一个demo,而这个demo下载下来直接报错,让人无从入手。于是进行了一定的修改才搞清楚使用方法
SDK下载
问题处理
weibo SDK是通过demo的entry/lib/core.har提供主要的功能
最早的报错来自build_profile.json5,这里去掉原来的modules下的core依赖。
进入entry目录,如果不进入entry,ohpm时会报错找不到build_profile.json5文件
修改entry下的oh-package.json5
typescript
"dependencies": {
"core": "file:lib/core.har"
},
在terminal中运行ohpm install ./lib/core.har