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 |
Tags
- 유튜브
- viewpager
- Kotlin
- ADB
- 레트로핏
- 깃헙
- RecyclerView
- Github
- 에러
- 안드로이드
- WebView
- 의존성주입
- GIT
- coroutine
- studio
- dart
- 안드로이드스튜디오
- Gradle
- image
- build
- 웹뷰
- Retrofit
- error
- Android
- 스튜디오
- 코루틴
- 안드로이드 스튜디오
- MVVM
- 안스
- 코틀린
Archives
- Today
- Total
목록dexfile (1)
코딩하는 일용직 노동자
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