Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Can't run on Windows #180

Open
rocboronat opened this issue Oct 29, 2019 · 0 comments
Open

Can't run on Windows #180

rocboronat opened this issue Oct 29, 2019 · 0 comments

Comments

@rocboronat
Copy link

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 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant