Skip to content
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
Open
@rocboronat

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 😄

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions