1. android studio run error ... module
sol ) F4를 누르면 Module Setting이 나오는데 거기서 아래와 같이 셋팅을 한다.
I fixed this by adding facets in Module settings. They were missing. right click on project > open Module settings > Facets > Add facets ( "+" sign at the top ) > Android. After adding facets you will have modules.
UPDATE:
For latest version of gradle, Facets have been removed, you can directly add modules now. right click on project > open Module settings > Add module ( "+" sign at the top ) > Phone and Tablet Application (Now you can create a new module and configure it).
( stackoverflow : http://stackoverflow.com/questions/18368748/android-studio-module-wont-show-up-in-edit-configuration )
2. android studio run error please select android sdk
sol)
I encountered this error after installing Intellij IDEA Ultimate 14.1 and opening an existing Android project I had created using Android Studio. It turns out I just had to add the Android SDK to my list of SDKs and fix the project/module SDK settings. This is how I did it:
Go to File -> Project Structure
. Click on the Project tab under Project Settings. Under Project SDK click on New -> Android SDK
.
Now select the existing directory for your Android SDK. In my case it was in this folder:
( stackoverflow : http://stackoverflow.com/questions/21070268/intellij-idea-13-error-please-select-android-sdk )
출처: http://devkyu.tistory.com/609 [천천히, 빠르게. 개발자의 Repository]
'IT기술 > 안드로이드 스튜디오' 카테고리의 다른 글
BUILD\INTERMEDIATES\INSTANT_RUN_SPLIT_APK_RESOURCES\DEBUG\INSTANTRUNSPLITAPKRESOURCESDEBUG\OUT\SLICE_2\RESOURCES_AP 오류 해결 (0) | 2023.07.31 |
---|---|
안드로이드 웹뷰 URL 호출시 에러 ERR_CLEARTEXT_NOT_PERMITTED (0) | 2023.07.31 |
페이스북 sdk 설치에 필요한 hash값 생성하기 (0) | 2017.02.08 |
HttpURLConnectionImpl.java:250 오류 해결하기 (0) | 2016.12.13 |
jks 파일, 인증된 APK파일 만들기에서 사용되는 인증서 (0) | 2016.12.06 |