Message : 

An error occurred while automatically activating bundle com.android.ide.eclipse.adt (793)

......

Plug-in com.android.ide.eclipse.adt was unable to load class

com.android.ide.eclipse.adt.internal.build.builders.ResourceManagerBuilder.


Solution :

1) Start Eclipse, then select Help > Install New Software.

2) Click Add, in the top-right corner.

3) In the Add Repository dialog that appears, 

- enter "ADT Plugin" for the Name 

- and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/

4) Click OK.


※ If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).



by Android ( http://developer.android.com/sdk/installing/installing-adt.html#Troubleshooting )

Message : 오류: 의존 패키지를 만족 못함: libqtcore4 (>= 4:4.7.0~beta1)


Explanation :

SQLite Browser Beta 2.0 파일을 설치하면서 위 오류를 만났다.

오류 해석은, QT 기반 위에서 실행할 수 있다는 뜻일게다.


내 경우, 우분투 10.04 버전에서 해결책은 다음과 같았다.


Solution : 


방법 1) 다음에 링크된 사이트에서 각자의 환경에 맞는 버전을 설치한다.


http://pkgs.org/download/sqlitebrowser


방법 2) 우분투 버전을 업데이트해서 사용한다. (배보다 배꼽이 큰가요? ^^)



[ SQLite Browser 1.3 버그 ]


- CSV 파일을 import 할 때 한글 깨지는 현상

- Execute sql 에서, sql문이 하나씩 밖에 실행되지 않는다.


[ SQLite Browser Beta 2.0 이상 설치 오류 ]


- 우분투 버전 10.04는 SQLite Browser 1.3 만 지원한다.

즉, sqlite browser Beta 2.0 사용할 수가 없다.



'IT > Ubuntu' 카테고리의 다른 글

[Ubuntu]우분투 백업과 복구  (2) 2012.12.03
[Ubuntu]오류: 잘못된 아키텍처 'amd64'  (0) 2012.11.15
[Ubuntu]터미널 명령어  (0) 2012.10.29

+ Recent posts