본문 바로가기

Developer/Android3

Failed to install the following SDK components: build-tools; 28.0.3 Android SDK Build-Tools 28.0.3 해결 방법 Failed to install the following SDK components: build-tools; 28.0.3 Android SDK Build-Tools 28.0.3 해결 방법 FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Failed to install the following SDK components: build-tools;28.0.3 Android SDK Build-Tools 28.0.3 Install the missing components using the SDK manager i.. 2020. 11. 3.
Android Studio WIFI Device Connect (안드로이드 스튜디오 와이파이 기기 연결) By Android Wifi ADB Plugin Android Studio WIFI Device Connect (안드로이드 스튜디오 와이파이 기기 연결) By Android Wifi ADB Plugin Android Studio에서 앱 테스트를 하실 때 AVD(Android Virtual Device)를 사용하여 테스트를 하시는 분들도 있고 실제로 가지고계신 안드로이드 폰을 연결하여 테스트를 하시는 분들도 계실겁니다. 안드로이드 폰을 PC와 USB로 연결하면 PC에서 인식하여 테스트를 해볼 수 있지만 USB없이 Wifi로 연결하여 사용할 수 있는 방법을 알아보겠습니다. 저는 Mac에서 하지만 Window에서도 같습니다. Step 1. Android Studio > Preferences 열기 (Window의 경우 File > Settings) Andro.. 2020. 5. 31.
error : no devices/emulators found, error: more than one device/emulator (adb error) error : no devices/emulators found, error: more than one device/emulator (adb error) adb(android debug bridge)를 사용하다가 볼 수 있는 오류 중에서 error : no devices/emulators found error: more than one device/emulator 를 알아보려고 합니다. 저는 Firebase DebugView 를 사용할 때를 예시로 들어보겠습니다. Firebase DebugView를 사용하기위해 adb shell setprop debug.firebase.analytics.app package_name 를 입력하였을때에도 이 에러를 발견할 수 있습니다. error : no devices/em.. 2020. 4. 27.