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 9165483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:55:16+00:00 2026-06-17T14:55:16+00:00

<compatible-screens > <screen android:screenSize=small android:screenDensity=ldpi/> </compatible-screens> I have written this code to support only

  • 0
<compatible-screens >
        <screen android:screenSize="small" android:screenDensity="ldpi"/>
    </compatible-screens>

I have written this code to support only 240×320 screen resolutions. It is filtering as per my need. But now I want this .apk file to also support 240×400 and 240×432 screen resolutions.

Now is it possible to add this tag also to the above existing code:

    <screen android:screenSize="normal" android:screenDensity="ldpi"/>

So that using this apk we can support all three screen resolution. Because I have done this application using multiple apk.

  • 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-17T14:55:18+00:00Added an answer on June 17, 2026 at 2:55 pm

    Yes you can do this way:

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

    Check this Reference for better explanations :

    compatible-screens

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

Sidebar

Related Questions

I have following manifest: <supports-screens android:smallScreens=true android:normalScreens=true android:largeScreens=true android:xlargeScreens=true android:anyDensity=true /> <compatible-screens> <screen android:screenSize=small/>
I have a backward compatible app which is using screen specific layout (only for
I read the guide Distributing to Specific Screens and i tried both <compatible-screens android:smallScreens=false
I have been working on a Android project, that is intended to be compatible
I have uploaded an application to Google Play Store which I made compatible only
I want to make my application to multiple screen support. so to achieve this
Is there any android-compatible (from 2.3.3 to 4.0.3) IRC library for Android ? As
I have an Android app that I would like to convert to an Android
I have been working with this issue for two days now, as I am
I have a div that floats at the bottom of the screen and want

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.