issamux

Results 11 comments of issamux
trafficstars

when building project : ./gradlew build --stacktrace i got this exception : exception occurred applying plugin request [id: 'com.android.application'] Failed to apply plugin 'com.android.internal.application'. Android Gradle plugin requires Java 11...

Solved the problem by : - Ofc using the latest Android Studio Artic Fox (Canary build) - Use Android studio Artic Fox **Embeded JDK** (openjdk version "11.0.8") or download and...

Any native/official JUnit 5 support for Android (no 3rd part library) ????

confirm issue on **Nexus Android 7.1.1** using Cardio:**5.5.1** Sample Application. Expiry Month and Years : 0/0 .

I don't know if it's the same case as mine, but i was able to resolve this problem. In my case I want in flavor A destination should launch Fragment...

it seem that **ImageViewerFileProvider** is not merged in manifest project !!! even if the code seem correct in shared grade build file sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")

Hi, I don't know if this is the best way to do it but this solve my problem; 1. First download this [android sample project](https://developer.android.com/samples/Camera2Basic/project.html) 2. make CameraActivity as exported...

well the [bug](https://github.com/node-gradle/gradle-node-plugin/issues/46) is related more to npm install setting npm download = false solved my issue, project builded , but of course this is not a solution for this...

hi, I wonder why we can’t integrate it into the CompositionLocal (at least in android side) It was very easy to use this like : val LocalDevicePostureFlow = compositionLocalOf {...