You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
A configuration that works on Mac doesn't work on Windows. These are the calls we're doing:
On mac:
java -jar composer-0.6.0.jar --apk app/build/outputs/apk/spain/debug/app-spain-debug.apk --test-apk app/build/outputs/apk/androidTest/spain/debug/app-spain-debug-androidTest.apkOn windows:
java -jar composer-0.6.0.jar --apk "app/build/outputs/apk/spain/debug/app-spain-debug.apk" --test-apk "app/build/outputs/apk/androidTest/spain/debug/app-spain-debug-androidTest.apk"On windows, it answers
Cannot parse test package fromaapt dump badging $APKoutput.By the way, of course those apks are there 😄