내 응용 프로그램이 에뮬레이터에 표시되지 않습니다 (stackoverflow에서 모든 솔루션을 시도했습니다)

칼레드 모하메드 칼레드

저는 Android의 완전한 초보자이며 제목에 내 응용 프로그램이 에뮬레이터에 표시되지 않는다고 나와 있습니다 (stackoverflow에 대한 모든 솔루션을 시도했습니다)

내가 한 문제 해결 :

1) 사용 된 genymotion

2) 내가`

   <intent-filter>
            <action android:name="android.intent.action.MAIN"/>
            <category android:name="android.intent.category.LAUNCHER"/>
        </intent-filter>`

3) ABD 통합 확인 취소

4) SDK와 동일한 버전

5) 이전 시점에 HAXM을 설치하고 BIOS에서 시각화가 활성화되었는지 확인했습니다.

많은 편집 후 나의 완전한 메인 페스트

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

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

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

</manifest>
암르 알라

APK를 독립적으로 빌드 한 다음 Genymotion 에뮬레이터로 끌어다 놓습니다.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

Related 관련 기사

뜨겁다태그

보관