This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
Can't run on Windows #180
Open
Description
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.apk
On 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 from
aapt dump badging $APK output.
By the way, of course those apks are there 😄
Metadata
Assignees
Labels
No labels
Activity