EmptyThrowable error
Opened this issue · 8 comments
EmptyThrowable: The APK file /myapp/build/outputs/apk/myapp-debug-androidTest-unaligned.apk does not exist on disk.
Given this issue combined with #25, I really think the plugin needs to move to a pre-built apk model (similar to robotium's android studio plugin). The existing reliance on Gradle is too flaky.
@bootstraponline thank you for submitting the issues. I will try to evaluate new solution with pre-built apk, but this will not be soon :( because this will require a lot of changes.
As a workaround now you can call "assembleAndroidTest" gradle target and it should create necessary APK
@vpedak Google just announced at I/O a built in Espresso test recorder for Android Studio.
@bootstraponline thanks, I will take a look at Android Studio 2.2. So if new test recorder will work fine I will switch to another project, because this test recorder will be unnecessary.
@vpedak recorder is available now http://tools.android.com/recent/androidstudio22preview3available?pli=1
http://www.philosophicalhacker.com/post/an-espresso-test-recorder-deep-dive/ explains the implementation.
Thanks a lot. Yes, I saw that it is using debugger for recording. This is
why it is so slow.., Now recorder from Google is not so good, but in any
case I think they will improve it.
On Sun, Jul 10, 2016 at 7:43 PM, bootstraponline notifications@github.com
wrote:
http://www.philosophicalhacker.com/post/an-espresso-test-recorder-deep-dive/
explains the implementation.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#26 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ANNTMG39tEktQ-rh3GuN14-kv-PxgyZVks5qUSE5gaJpZM4IbU3A
.
Initializing ADB,IllegalStateException: AndroidDebugBridge.init() has already been called. when I using this
plugin,I want to know why and how to use it in a right way.