Good day. I have devices philips Xenium W732 (android 4.0.3) and Lenovo VIBE p1n (android 5.0) . I published my application in google play. AndroidManifest.xml of my application is :
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="ru.thetheory.losscalculator" android:versionCode="4" android:versionName="1.3"> <uses-sdk android:minSdkVersion="14" /> <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true"/> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> <activity android:name="ru.thetheory.losscalculator.MainActivity"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest> Google play reports, that both my devices are incompactible ,thought I tested application on on the both of them . I tryied to download the application the same google account, I published it . Is it allowed to recieve own applications in google play , or developer account and google play account must be different google accounts, in order device was reported, to be compactible ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/dfd8c2cd-9155-4e23-8008-64c36a266ddf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

