Skip to content

update readme or add script to check for compilation issues #1106

@tomholub

Description

@tomholub

@IvanPizhenko

Now just want to see if semaphore passes.

It was compilation issues. To prevent such an issue you can use 2 ways (for both way you have to have at least 1 connected device - an emulator or a real device):

  1. Use Android Studio to just print tests names(Print all tests)
    image

If that task passes there are no compilation issues

  1. Use the following command ./gradlew clean :FlowCrypt:connectedDevTestDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.log=true. If the task fails you will see compilation errors like this
    image

Originally posted by @DenBond7 in #1102 (comment)

Metadata

Metadata

Assignees

Labels

PR submittedPR is submitted for this issue

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions