草庐IT

ci_reporter

全部标签

android - 游戏代理 : Volley error when reporting played

我在玩游戏服务时遇到问题。对于一个简单的连接,我得到:07-1400:28:08.3942827128271Igobandroid:connected07-1400:28:08.7831916519206EVolley:[1562]BasicNetwork.performRequest:Unexpectedresponsecode401forhttps://www.googleapis.com/games/v1/applications/played07-1400:28:08.7891916528324WGameAgent:Volleyerrorwhenreportingplayed0

android - 最新的 Google Play 服务 9.6.80 导致 "FirebaseCrash: Failed to initialize crash reporting"

请注意最新版本,当应用程序全新安装时,启用FirebaseCrash,应用程序花费了相当长的时间(超过一分钟才能启动)......并以以下崩溃告终。从应用程序中删除firebase崩溃库有助于缩短时间。09-1414:31:08.8802674726747EFirebaseCrash:Failedtoinitializecrashreporting09-1414:31:08.8802674726747EFirebaseCrash:java.lang.NullPointerException:Attempttoinvokeinterfacemethod'java.util.Iterato

android - 我可以为 CI 和 Android Studio 设置单独的 gradle.properties 吗?

目前,我有一个gradle.properties文件。它专门为可用内存低的CI配置,否则CI会崩溃org.gradle.jvmargs=-Xmx1500m-XX:MaxPermSize=512m但是,当我在本地机器上进行构建时,它非常慢并且本地机器允许使用更多内存。我可以为CI和AndroidStudio使用单独的gradle.properties吗? 最佳答案 根据documentation,你可以有多个gradle.properties文件。一个在您的项目目录中,一个在用户主目录中。据说:Theconfigurationisap

android - 无法使用 Travis-CI 和 Android 构建项目

过去2天我一直在尝试使用travis和android构建CI。问题是,无论我解决什么问题,都会出现另一个问题我在堆栈中搜索答案,但没有一个能解决我的问题YouhavenotacceptedthelicenseagreementsofthefollowingSDKcomponents:[com.android.support.constraint:constraint-layout:1.0.0-alpha4,com.android.support.constraint:constraint-layout-solver:1.0.0-alpha4].我的根build.gradle:build

android - Galaxy S4 "Make Bug Report"对话框从不初始化

我正在我的GalaxyS4上调试应用程序,我启用了开发人员工具并选中了“在电源菜单中包含错误报告”。一旦应用程序失败,我按住电源按钮并获得“错误报告”选项。它指出这可能需要一些时间,我以前在我的Nexus7和过去的Android手机上做过这个。问题是,用于通过电子邮件发送日志+屏幕截图的错误报告对话框从未显示。我已经等了一个多小时,从实际的开发人员选项菜单到“制作错误报告”(而不是通过电源菜单)进行了测试,以及其间的所有内容;耐心地多次使用不同的方法。我广泛搜索了任何报告相同问题或S4收集此数据需要多长时间的人,但无济于事。还有其他人观察到这个问题吗?它是否与导致这种情况发生的另一个已

android - 无法在类型为 org.gradle.api.plugins.quality.internal.findbugs.FindBugsXmlReportImpl 的 Report xml 上找到参数的方法 destination()

将androidstudio版本更新到3.4.0后,我将Gradle版本更新到5.1.1并尝试重建项目,它在quality.gradle文件中抛出异常。Taskfailedwithanexception.-----------*Where:Script'/home/Desktop/workplace/testProject/quality/quality.gradle'line:35*Whatwentwrong:Aproblemoccurredevaluatingscript.>Couldnotfindmethoddestination()forarguments[/home/Desk

android - "gradlew connectedCheck mergeAndroidReports"缺少属性异常 : No such property: REPORTS

我有一个设置了多个模块依赖项的AndroidStudio+Gradle项目。我正在尝试将每个模块的单元测试报告合并在一起(请参阅http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Multi-projects-reports)。当我运行./gradlewconnectedCheckmergeAndroidReports--continue它为每个模块运行单元测试时,它们都通过了,然后我得到了:mergeAndroidReports生命周期步骤的以下异常.11:47:31.121[ERROR][org.gr

用于 Honeycomb 和 ICS 的 Android ListView 拖放 "Error: Reporting drop result: false"

我一直在尝试创建一个可以使用拖放进行排序的ListView。我已尝试遵循Android指南here以及Git上提供的一些源代码here.另外,我不想使用Music应用程序示例,因为我正在尝试使用Honeycomb及更高版本中提供的新工具。到目前为止,我已经成功创建了列表,并且可以拖动项目。不幸的是,当我将项目放到列表中时,出现以下错误:“I/ViewRoot(22739):报告放置结果:false”。我怀疑我的drop监听器没有在正确的项目上创建,因此drop永远不会被调用。这是一些源代码,非常感谢您的帮助。列表的XML:我的ListView:我还没有能够进入“ACTION_DROP”

android - Travis CI - Android 项目构建失败

引用构建:https://travis-ci.org/ameer1234567890/Cevapr/builds/42053662我的.travis.yml是:language:androidandroid:components:-tools-build-tools-19.1.0-android-19-platform-toolsbefore_script:-chmod+xgradlew错误是:./gradlewbuildconnectedCheck:NosuchfileordirectoryThecommand"./gradlewbuildconnectedCheck"exitedw

java - Travis CI - android 构建失败。没有连接的设备错误

尝试为我的Android项目开始使用TravisCI,但Travis在构建我的Android项目时仍然失败。原因::app:connectedDebugAndroidTestFAILEDFAILURE:Buildfailedwithanexception.*Whatwentwrong:Executionfailedfortask':app:connectedDebugAndroidTest'.>com.android.builder.testing.api.DeviceException:Noconnecteddevices!*Try:Runwith--stacktraceoption