본문 바로가기
728x90
반응형

Android Studio22

android ADB 설치 및 설정 방법 개발자가 아니어도 안드로이드폰을 쓰다 보면 adb android를 통해 폰을 제어할 일이 생긴다. adb android 파일을 설치 해보도록 하자. adb android 설치 순서 SDK 플랫폼 도구 - 다운로드 사이트로 이동 내가 쓰는 플랫폼 선택 Windows용 SDK 플랫폼 도구 다운로드 Mac용 SDK 플랫폼 도구 다운로드 Linux용 SDK 플랫폼 도구 다운로드 사용 약관 동의 adb파일 다운로드(아래의 링크 참조) 압축 파일을 해제한다. cmd창(터미널)에서 해당 경로로 이동해서 adb를 쳐보면 실행이 되는지 확인한다. adb android 실행 결과 화면 adb android 다운로드 파일 https://developer.android.com/studio/releases/platform-to.. 2022. 5. 26.
Android Gradle plugin requires java 11 to run. 최근 잘 쓰고 있던 안드로이드 스튜디오를 업데이트 하고 아래와 같은 메시지가 발생했다. Android Gradle plugin requires java 11 to run. you are currently using java 1.8 1) 방법 Preference를 누른다. Build, Execution, Deployment - Gradle로 진입한다. Gradle projects - Gradle JDK를 찾는다. 콤보박스에서 JDK 11를 찾아 누른다. 또는 메뉴 File -> Project Structure 를 누른다. SDK Location에서 JDK location was moved to Gradle Settings에 Gradle Settings을 누른다. Gradle JDK를 눌러서 JDK 11을 .. 2022. 5. 19.
Android INSTALL_FAILED_SHARED_USER_INCOMPATIBLE android를 빌드하다 보면 아래와 같은 에러가 발생할 때가 있습니다. 1. 에러 메시지 : 05/16 09:59:04: Launching 'app' on rockchip rk3399-all. Installation did not succeed. The application could not be installed: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE List of apks: [0] '..app/build/outputs/apk/debug/app-arm64-v8a-debug.apk' Installation failed due to: 'null' 2. 원인은 간단한데, AndroidManifest.xml안의 sharedUserId 때문이다. 애플리케이션이 sharedUs.. 2022. 5. 16.
Android Studio 셋팅 초기화 안드로이드 스튜디오를 사용하다보면 플로그인, 설정, 메모리, 캐쉬 등이 꼬여서 느려지거나 사용할 수 없게 될때가 많다. 아래의 방법을 사용하면 안드로이드 스튜디오를 다시 설치하지 않고도 초기화할수 있다. On Windows: Go to your User Folder - on Windows 7/8 this would be: [SYSDRIVE]:\Users\[your username] (ex. C:\Users\MyName\) In this folder there should be a folder called . AndroidStudioBeta or .AndroidStudio (notice the period at the start - so on some OSes it would be hidden). Dele.. 2022. 5. 13.
728x90
반응형