http://stackoverflow.com/questions/7998101/eclipse-installation-failed-due-to-invalid-apk-file
Posibility 1: version problem. Make your minimum and target sdk version higher and try again. Posibility 2: package mistmatching. Package name in Three steps to solve this problem: Step 1. Check your header file from your
|
내 경우는 둘다 아니였고,
.xml 파일에서
<com.samsung.sdraw.CanvasView
android:id="@+id/canvas"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<com.samsung.sdraw.SettingView
android:id="@+id/setting"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
등의 외부 view를 가져올때의 뷰 이름을 잘못쓰면 나타나더라.
혹은 project-clean을 하거나
refresh 하거나
eclipse를 재부팅하면 해결된다.
'프로그래밍 > Android' 카테고리의 다른 글
Android capture (0) | 2013.11.27 |
---|---|
Activity를 상속받지 않은(extends 하지 않은) 클래스에서의 intent (0) | 2013.11.20 |
jni 할때 Edit Configuration 꼭 할 것 (0) | 2013.11.15 |
Binary XML file line #7: Error inflating class (0) | 2013.11.14 |
android sdk spen (0) | 2013.11.05 |