Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8689793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:44:38+00:00 2026-06-12T23:44:38+00:00

I have a really annoying problem with the Google Play filtering. I have an

  • 0

I have a really annoying problem with the Google Play filtering.
I have an application which is targeting Android devices and I made another project with another APK for targeting the table devices.

The phone version is out at the market about 1 year ago. When I added the new apk to as well to the application, it worked everything as it should: I had two active APK files, one of them targeting the phones, other one targeting the tablets.

But suddenly I realized that none of the APK’s are working. My app is listed in the Play Store, I can even download the it. But once the installation finishes, I have no “Run” or “start” button, I have only an “Uninstall” button. And also even the app was is installed, its not displayed under the other installed applications, nowhere.

From than I tried to revert the things, I created from the old, previous working version a new one and replaced the 2 APK’s with this one, which worked previously.

After waiting a couple of hours, phone reboot, Play store cache clear I have the same issue even with the reverted APK.

Here is my Android-manifest file (which worked properly but now its not working – Single APK version):

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="8" android:maxSdkVersion="15">
</uses-sdk>

<supports-screens android:resizeable="true"
                  android:smallScreens="true"
                  android:normalScreens="true"
                  android:largeScreens="true"
                  android:xlargeScreens="false"
                  android:anyDensity="true">
</supports-screens>

Here is my Android-manifest file for the tablet version (which worked properly but now its not working – Single APK version):

<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="15" android:maxSdkVersion="16">
</uses-sdk>

<compatible-screens>

    <!-- all xlarge size screens -->
    <screen android:screenSize="xlarge" android:screenDensity="ldpi"/>
    <screen android:screenSize="xlarge" android:screenDensity="mdpi"/>
    <screen android:screenSize="xlarge" android:screenDensity="hdpi"/>
    <screen android:screenSize="xlarge" android:screenDensity="xhdpi"/>

    <!-- Special case for Nexus 7 -->
    <screen android:screenSize="large" android:screenDensity="213"/>

</compatible-screens>

I know that in the first APK I use supports-screen tag, and in the other one compatible-screens (probably this is the reason) but I still don’t know how to fix it.

The workflows already tried are:

  • Single APK, with the manifest using the support-screens tags only. Not working
  • Single APK, with the android manifest using compatibile-screens tags only. Not working
  • Mixed of the combinations above. Not working

Now I just really wan’t to get back the older situation, without tablet support, etc.

Please help! 🙂
Because I made a self uninstaller situation with this…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T23:44:39+00:00Added an answer on June 12, 2026 at 11:44 pm

    The problem was solved and it has nothing to do with the multi-apk support of the Google Play Store.

    The problems was in my manifest file. The main activity was configured in an innapropiate was like this:

    <activity
        android:name=".GUI.ActivityWelcomeScreen" 
        android:label="@string/app_name"
        android:configChanges="keyboard|keyboardHidden|orientation">
            <action android:name="android.intent.action.MAIN"/>
            <category android:name="android.intent.category.LAUNCHER"/>
    </activity>
    

    As we can see there was no intent-filter tag specified. After modifying my manifest like below:

    <activity
        android:name=".GUI.ActivityWelcomeScreen" 
        android:label="@string/app_name"
        android:configChanges="keyboard|keyboardHidden|orientation">
        <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
        </intent-filter>
     </activity>
    

    everything worked properly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey guys, I have another really annoying problem in IE. I am using a
I have a really annoying problem with a deployed Grails application on tomcat 7
I have a really annoying problem. I got this bunch of code which runs
I have a really annoying problem, which I just can't seem to get fixed.
At my company we have a really annoying problem with our linker (ld 2.17).
I do experience a really annoying problem with TestNG and RESTeasy. I do have
I have a very annoying problem. I have a mIRC/Skype application, meaning chatroom with
I have a very annoying problem on the application I've been contracted to work
I have a css/html related problem that's really annoying me :( I have a
I have a really annoying problem that I tried to solve for a few

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.