Robotium + Android studio

这一生的挚爱 提交于 2019-12-02 17:42:53

问题


When I run robotium (5.2.1) tests from android studio 1.0 RC 2, I get this following error ==>

:app:shrinkDebugTestMultiDexComponents FAILED

Error:Execution failed for task ':app:shrinkDebugTestMultiDexComponents'.> java.io.IOException: The output jar is empty. Did you specify the proper '-keep' options?

I have no problem to run the application "in normal mode".

Do you know where is my problem ?

Thx in advance

EDIT

According to Jared Burrows's answer I can pass task shrinkDebugTestMultiDexComponents but now I have this problem

:app:packageAllDebugTestClassesForMultiDex FAILED

Error:Execution failed for task ':app:packageAllDebugTestClassesForMultiDex'.> java.util.zip.ZipException: duplicate entry: android/support/multidex/BuildConfig.class

来源:https://stackoverflow.com/questions/27277285/robotium-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!