본문 바로가기
[android] Android SDK-tools, SDK Build-tools, Platform-tools SDK-toolshttps://developer.android.com/studio/releases/sdk-tools.html 개발과 디버깅을 위한 tool 들을 담고 있다.Android studio 안에 담겨져 있으며, ddms 등이 여기에 속한다. SDK Build-toolshttps://developer.android.com/studio/releases/build-tools.html Android app 을 build 하기 위한 tools 를 이야기한다.aidl, aapt, dexdump, dx 등과 같은 것들이 포함되며 ADT (Android Development Tools) 라고 부른다.이 녀석은 그냥 최신 상태로 맞춰 놓는 것이 웬만해서는 좋다. Platform-toolshttps://devel.. 2020. 8. 2.
No repository found error in Installing ADT in eclipse I just encountered following error message in the Eclipse "" No repository found error in Installing ADT in eclipse "". I removed the http://dl-ssl.google.com/android/eclipse/ site and then re-added it, then everything downloaded fine. Eclipse 에서 "" No repository found error in Installing ADT in eclipse "" 와 같은 에러를 마딱뜨렸다. 다음 ADT 를 다운받는 주소를 삭제했다가 다시 add 하니 제대로 다운로드를 시작한다.http://dl-ssl.google.com/.. 2015. 3. 28.
[android] Errors running builder 'Android Pre Compiler' on project 'XXX' java.lang.NullPointerException android, Errors running builder 'Android Pre Compiler' on project 'XXX' java.lang.NullPointerException Building workspace' has encountered a problem Errors occurred during the build.Errors running builder 'Android Pre Compiler' on project 'XXX'java.lang.NullPointerException 위와 같은 error 가 난다면, 일반적인 이클립스에서의 안드로이드 개발과 마찬가지로 우선 선행해야 할 것은.. 1. F5 를 통한 refresh 2. [Project] - [Clean] 을 통한 전체 rebuild. 이.. 2014. 2. 8.
반응형