D
D
Denis2015-04-01 17:18:03
Android
Denis, 2015-04-01 17:18:03

Why is the application published on Google Play not installed?

Hello community!
Faced such a problem today. We downloaded the application, published it on Google Play, when I try to install it, an error pops up: "You need to sign in to your Google account." I also noticed a message on the application page: "The application is incompatible with your device." My device 4 is some other lolipop!
The manifest is elementary:

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="22"/>

<application android:allowBackup="true"
             android:icon="@drawable/ic_launcher"
             android:label="@string/app_name"
             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>

<uses-permission android:name="android.permission.CALL_PHONE"/>

What could be my problem?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Adamos, 2015-04-01
@denisk0n

android:targetSdkVersion="22"

It's Android 5.1 - did you really mean it?

G
GavriKos, 2015-04-01
@GavriKos

Devices with a telephone module?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question