본문 바로가기

반응형

Tools

(11)
.gitignore 이 적용되지 않아??? 두명이서 Android Studio로 개발을 하다 보니 build .ideal 폴더에 있는 파일때문에 계속 충돌이 발생합니다..gitignore를 아무리 적용해도 실제로 적용되지 않는군요...제대로 적용한 것 같은데... 잘못 작성했나 해서 http://www.gitignore.io/ 여기에서 Android Studio, Android 키워드로 생성해서적용해도 반응이 없네요.google 님에게 계속 물어 본 끝에 답변을 받았습니다. git rm -r --cached .git add .git commit -m "fixing .gitignore" 생각보다 너무 간단하네요....; 출처)Randall Kent / .gitignore not workinghttp://www.randallkent.com/devel..
[Android Studio] library project 추가 하기 Android Studio 적응하기가 만만치 않네요.이클립스에서 프로젝트 속성에서 쉽게 library project를 추가할 수 있는데 Android Studio에서는 찾을 수가 없었습니다.검색해서 알아낸 내용을 간단히 정리합니다. 상단 툴박스에 Project Structure 를 클릭 Modules 선택 > library 를 추가할 Module 선택 > Dependencies 탭 선택 하단에 있는 + 버튼을 선택 > Module Dependency 선택 추가하고 싶은 Module 을 선택하면 끝!
자동생성 주석에서 @author 에 나오는 이름 변경하기 eclipse.ini 에서-vmargs-Duser.name="이름"으로 수정하면 됩니다.
메이븐 빌드시 Unable to locate the Javac Compiler in 이클립스에서 maven 빌드시 다음과 같은 오류가 발생하는 경우가 있다. org.apache.maven.plugin.CompilationFailureException: Compilation failure Unable to locate the Javac Compiler in: [개인 로컬의 JAVA_HOME]\jre6\..\lib\tools.jar Please ensure you are using JDK 1.4 or above and not a JRE (the com.sun.tools.javac.Main class is required). In most cases you can change the location of your Java installation by setting the JAVA_HOME e..
앱엔진 플러그인 설치 후 이클립스 실행 안 됨 구글 앱엔진 플러그인 설치 후 이클립스 실행을 하면 플러그인 로딩 중 종료되고 실행이 되지 않는다.많은 검색과 실행 후 해결 방법을 찾았다.역시 스택오버플로우..... 없는게 없네... [eclipse_home]/plugins/org.eclipse.mylyn.tasks.ui_3.6.2.v20110826-0100.jar위 파일을 삭제 하면 정상 실행 됩니다. 출처 : http://stackoverflow.com/questions/11546283/eclipseindigo-launch-failed-after-google-app-engine-plugin-install
lombok.jar 설정 spring framework를 사용할때 getter, setter를 자동으로 생성하고 싶으면 @Data 를 사용하면 된다.lombok.jar이 설정되어 있어야 한다.eclipse.ini 파일을 열어 다음 두 줄을 추가한다.그리고 lombok.jar 파일을 같은 위치에 둔다.-javaagent:lombok.jar-Xbootclasspath/a:lombok.jar
[Plugin] mercurial http://mercurialeclipse.eclipselabs.org.codespot.com/hg.wiki/update_site/stable
Open Type - 클래스 검색하여 열기 클래스명을 쉽게 검색하여 파일을 열 수 있는 편한 도구 입니다.단축키 : Ctrl + Shift + t

반응형