Łukasz Suski

Results 63 comments of Łukasz Suski

This is android 10 issue. It happens in couple of devices with 10 we have for testing. Even after updating Nokia7.2 to android 10 this bug starts to show up.

Is this closed just because of inactivity?

I'll check, in my projects I have some roboletric tests and coverage is quite fine (there are some uncovered lines even though they should be but the coberage is about...

In my case the problem is with hidden api spying and mocking which does not work on Android P.

I'm spying ApplicationPackageManager which is hidden. It works well on api

I think I could be possible to provide proxy MockMaker which initialize `MockMakerMultiplexer` or `DexmakerMockMaker` based on system api version - this would sove the problem with hidden api but...

Check this project https://github.com/lsuski/dexmaker-hidden-api-test and ExampleInstrumentedTest

Based on this https://issuetracker.google.com/issues/68492586 it won't be fixed in AGP. I've used https://github.com/wupdigital/android-maven-publish plugin to achieve this.

@mightea you want config for https://github.com/wupdigital/android-maven-publish ?

This config creates task mavenAll which uploads all variants to internal maven repository ``` publishing.publications { "mavenAll"(MavenPublication) { def addAll=true pom.packaging = 'aar' android.libraryVariants.all { v -> if (addAll) {...