Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- MVVM
- 의존성주입
- 안스
- 코루틴
- image
- GIT
- ADB
- build
- 에러
- viewpager
- coroutine
- 유튜브
- 웹뷰
- dart
- 깃헙
- Github
- Kotlin
- Android
- 안드로이드스튜디오
- 안드로이드
- WebView
- studio
- Gradle
- 레트로핏
- Retrofit
- RecyclerView
- 안드로이드 스튜디오
- 스튜디오
- error
- 코틀린
Archives
- Today
- Total
목록2024/05 (2)
코딩하는 일용직 노동자
java.lang.SecurityException: Writable dex file '...classes2.dex' is not allowed. 에러 해결
프로젝트를 빌드해서 실행한 후 다시 한번 빌드 후 실행할때부터 java.lang.SecurityException: Writable dex file 오류가 발생했습니다.java.lang.SecurityException: Writable dex file '/data/data/com.amazon.styledictionaryexample/code_cache/.overlay/base.apk/classes2.dex' is not allowed. 이럴땐 당황하지 말고 아래처럼 Application onCreate()에 코드를 추가해주면 됩니다.import android.app.Applicationimport java.io.Fileclass App: Application() { override fun onCreat..
안드로이드
2024. 5. 27. 15:06