上下文: cloud ibm com/developer/appservice/create-app
您好,我首先创建了一个基于starterKit=f52aa8e3-d683-37e5-bae6-79c5e3140e9f,defaultLanguage=ANDROID,navMode=starterkits的应用程序
接下来,我创建了一个服务: Cloud Object Storage
然后我下载了压缩包。
我研究了压缩包里的文本文件。在res/values/redentials.xml中我找到了
<?xml version="1.0"?>
<resources>
<cloudObjectStorage>
My local Android Studio 4.0.1 refused to compile it.
Can't determine type for tag <cloudObjectStorage>
I guess the issue is that the IBM Android Template was defined for version 3.5.3 of the Studio.
Any idea how to make the IBM code compatible with version 4.发布于 2020-08-25 16:08:51
这就是我所做的,并按照预期工作
ibmcloud dev交互式插件创建了一个安卓应用程序gradle构建成功,没有任何错误

https://stackoverflow.com/questions/63504845
复制相似问题