Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将我的库上传到 Jcenter 当我测试我的 lib 时出现此错误找不到 .jar 文件在以下位置搜索:https : //jcenter.bintray.com/ 我没有找到 .arr 文件在我的回购中..请帮助:)在此处输入图像描述
您的脚本同时发布debug和release工件。但是您添加依赖项而不指定其中任何一个。此外,您需要指定aar类型:
debug
release
aar
compile 'com.abanoub.androidlib:walkthrough:1.0.0:release@aar'
就我而言,这是由缓存问题引起的。发现在另一台计算机上,它按预期工作。重新创建项目解决了这个问题。
text not obeying encapsulating div's max-width in Firefox