setting
Execution failed for task ':capacitor-community-admob:compileDebugKotlin'.
> 'compileDebugJavaWithJavac' task (current target is 16) and 'compileDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain
솔루션
@capacitor-community/admob node modules folder and then go to the android/build.gradle file. And update the
compileOptions {
sourceCompatibility JavaVersion.VERSION_16
targetCompatibility JavaVersion.VERSION_16
}
to
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
Could not resolve com.android.tools.build:gradle:8.0.1
File -> Settings -> Build, Execution, Deployment -> Build Tools -> Gradle
Select: JDK 17 or JDK 11
And Sync Gradle again
Denying clipboard access to game.pondol.tangram.app, application is not in focus nor is it a system service for user 0
android>app>src>main>AndroidManifext.xml
<application >
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
</application>
Could not remove dir '/data/data/game.pondol.tangram.app/code_cache/.ll/': No such file or directory
Try "Wipe Data" from the emulator menu and try again.
// https://stackoverflow.com/questions/75890199/could-not-remove-dir-code-cache-ll-no-such-file-or-directory-android
[error]
You can't rollout this release because it doesn't allow any existing users to upgrade to the newly added app bundles.
[solution] 안드로이드 스튜디오
Project > android > app > build.gradle
versionCode 10102
versionName "1.2"
이 기존 버젼보다 높아야 함