| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- Android
- mac
- EditText
- 3rd framework
- Swift
- retrofit
- buildconfigfield
- Eclipse
- arm-linux-androideabi
- 3rd part
- AOS
- Andorid
- xcframework
- Java
- Jetpack
- Registering an InstanceCreator with Gson for this type may fix this problem
- ndkVersion
- Framework
- BindingAdapter
- Compose
- Kotlin
- VM arguments
- DispatchQueue
- boot
- defaultconfig
- data binding
- IOS
- Chat GPT
- gradle
- NDK
Archives
- Today
- Total
grape
[android]android studio - issue module not specified 본문
android studio 최초 설치 후
구버전 Project를 Load시 Gardle Sync를 성공하였지만
Build를 할수 없는 상태에서 오류를 찾다가
Run -> Edit Configurations에서 module not specified 오류가 발견 되는 경우가 있다.
방법1
Buidl.gadle 을 설치된 버전으로 변경.
compileSdkVersion
buildToolsVersion
방법2
Tool -> SDK Manager -> andorid SDK
Project에서 설정한 buildToolsVersion 버전 설치 한다
