Open oktambek2003 opened 1 month ago
u need to open C:\Users\eyada\AppData\Local\Pub\Cache\hosted\pub.dev\on_audio_query_android-1.1.0\android in ur device ok and edit in build.gradle
add in android compileOptions { sourceCompatibility JavaVersion.VERSION_17 // Set to Java 17 targetCompatibility JavaVersion.VERSION_17 // Set to Java 17 }
kotlinOptions {
jvmTarget = '17' // Set Kotlin target to 17
}
it worked with me
bulid.gradle faylim
and this is my AndroidManifest.xml file