我在使用Android Studio插件上传构建测试童话时遇到上述错误。他们在谈论什么项目网址?
testfairy输出:
TestFairy project URL not found in build output
Done
我按照此链接中的说明添加了插件: http://docs.testfairy.com/Android/Uploading_with_Android_Studio.html
在使用testfairy API密钥后,这个自动生成的代码添加到我的gradle文件中。我知道这是正确的,因为我可以上传构建到上周。
这是自动生成的代码位:
//TestFairy start - autogenerated by TestFairy intellij plugin
//manual changes might get overwritten
buildscript {
repositories {
mavenCentral()
maven { url 'https://www.testfairy.com/maven' }
}
dependencies {
classpath 'com.testfairy.plugins.gradle:testfairy:1.+'
}
}
apply plugin: 'testfairy'
android {
testfairyConfig {
apiKey 'myAPIkey'
}
}
//TestFairy end
有什么建议吗?
答案 0 :(得分:0)
我阅读了文档,是的,你正在按照它的说法去做。我没有解决方案,但你可以尝试向testfairy团队提出问题,在这里:https://github.com/testfairy/testfairy-android-studio-plugin/issues