私のアプリケーションは実行されます..しかしfinely when i run
、他のいくつかのAndroidデバイスでは開きません..ここにscreenshots + Android Manifest
私の..助けてください..
スクリーンショット
Android Manifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ajay.com.mydict">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".ListActi">
</activity>
<activity android:name=".OnlyDes" />
<activity android:name=".BothLay" />
<activity android:name=".Listing" />
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<data android:mimeType="text/plain" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>