07-02 03:26
Notice
Recent Posts
Recent Comments
07-02 03:26
«   2024/07   »
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
Archives
Today
Total
관리 메뉴

pear

[android]android studio - issue module not specified 본문

android/etc

[android]android studio - issue module not specified

pearlab 2023. 6. 16. 10:37

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 버전 설치 한다

'android > etc' 카테고리의 다른 글

[android] Application components(4대 컴포턴트)  (0) 2023.08.09
[android] jetpack room gradle setting  (0) 2023.07.28