2013-03-27 2 views
0

이것은 이전에 테스트 환경에서 잘 작동 했었고 테스트 애플리케이션에서도이 오류가 발생했습니다.원숭이가 아무런 활동도 발견하지 못했다고 말했습니다.

기본 매니페스트 파일은 아래와 같습니다. 다음과 같이 내가 잘못하지

enter image description here

I 나는 경우

<?xml version="1.0" encoding="utf-8"?> 
<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
package="com.example.test" 
android:versionCode="1" 
android:versionName="1.0" > 

<uses-sdk 
    android:minSdkVersion="8" 
    android:targetSdkVersion="17" /> 

<application 
    android:allowBackup="true" 
    android:icon="@drawable/ic_launcher" 
    android:label="@string/app_name" 
    android:theme="@style/AppTheme" > 
    <activity 
     android:name="com.example.test.MainActivity" 
     android:label="@string/app_name" > 
     <intent-filter> 
      <action android:name="android.intent.action.MAIN" /> 

      <category android:name="android.intent.category.LAUNCHER" /> 
     </intent-filter> 
    </activity> 
</application> 

는 원숭이 출력

enter image description here

프로젝트 이름과 디렉토리의 이미지와 일치 단서가 없다. TI는 내가 새로운 깨끗한 PC에서 일식을 설치하고 지금은 이상하게 그렇게이 설치에 뭔가가이 오류를 만드는 것입니다 .. 작동 -p com.example.test

답변

0

귀하의 경우

+0

JDK를 재설치하고 지금 dtmilano 응답을 사용하고 있습니다. 작동 중입니다. – user1848880

0

-p <allowed-package-name> ... .. 제발 도와 여기서 잘못하고 있어요 .. 지금은 왜 ...

+0

도 같은 메시지가 나타납니다. – user1848880