-
[Android] SDK API 31 이상카테고리 없음 2023. 3. 24. 08:56728x90
https://satisfactoryplace.tistory.com/390
[Android] android studio JDK 버전 업데이트 how to update jdk version in android studio?)
Android Studio에서 JDK 버전을 업데이트하려면 다음 단계를 따르세요. 공식 웹 사이트( https://www.oracle.com/java/technologies/javase-downloads.html ) 에서 최신 JDK 버전을 다운로드하여 설치합니다 . Android Studio
satisfactoryplace.tistory.com
https://hello-bryan.tistory.com/400
[Android] SDK API 31 이상에서 The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED SDK API 31 이상에서 빌드하는데, 위와같은 에러가 발생하네요. 를 사용한 상위 컴포넌트에서 exported 를 설정해줘야 합니다. android:exporte
hello-bryan.tistory.com
https://ejleep1.tistory.com/1291
https://link2me.tistory.com/2030
Oracle JDK 11 설치 및 Android Studio 환경 설정(AGP 7.0 이상)
오랫만에 Android Studio 를 구동시켰더니 classpath "com.android.tools.build:gradle:7.0.0" 로 업데이트되고 JDK 11 버전으로 설치를 하라고 나온다. https://www.oracle.com/java/technologies/javase-jdk11-downloads.html 에서 파일
link2me.tistory.com
해결방법
https://ddolcat.tistory.com/1065
Android 12를 타겟팅(targetSdkVersion 31)하는 경우, andorid:exported 설정이 필요하다.(Manifest merger failed)
Android 12를 타겟팅하는경우, AndroidManifest.xml파일에서 activities, services, receivers 등에 android:exported를 설정해야합니다. 앱을 업데이트하기 위해 Android 12( API 31)로 SDK 버전을 높이고 빌드를 하게 되면
ddolcat.tistory.com
https://www.youtube.com/watch?v=49iOiDiB1Lk
Migrating “android-maven-gradle plugin” to “maven-publish” (using Jitpack)
Updating AGP to 4.2.0 or deprecates usage of dcendents android-maven-gradle plugin which was used to very easily publish on Jitpack…
medium.com
https://github.com/evollu/react-native-fcm/issues/1111#issuecomment-839223648
error: cannot find symbol import com.google.firebase.iid.FirebaseInstanceIdService; · Issue #1111 · evollu/react-native-fcm
"react-native": "0.55.3" "react-native-fcm": "^16.2.4", Running on android emulator : android version : 7.0 My project is not running suddenly with the following error. Please help. <===="ProjectDi...
github.com
https://comostudio.tistory.com/322
Gradle 7로 업그레이드 시 발생하는 에러 com.github.dcendents.android-maven
에러 문구 A problem occurred evaluating project Failed to apply plugin 'com.github.dcendents.android-maven'. Unable to load class 'org.gradle.api.publication.maven.internal.MavenPomMetaInfoProvider'. 주로, 오래된 오픈 소스를 사용하다 보
comoi.io
728x90