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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T19:59:22+00:00 2026-06-08T19:59:22+00:00

My AndroidManifest.xml looks like this: <manifest …> <application …> … </application> <uses-sdk … />

  • 0

My AndroidManifest.xml looks like this:

<manifest ...>
    <application ...>
        ...
    </application>
    <uses-sdk ... />
</manifest>

which was fine in earlier versions of Eclipse but since I upgraded I get this warning:

<uses-sdk> tag appears after <application> tag

What’s best practice here?

  • 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-08T19:59:25+00:00Added an answer on June 8, 2026 at 7:59 pm

    The warning is explained by lint. It’s nothing serious, but rather a “better safe than sorry” policy.

    Quoting lint:

    <uses-sdk> tag appears after <application> tag
    
    Issue: Checks for manifest problems like <uses-sdk> after the <application> tag
    Id: ManifestOrder
    

    The tag should appear after the elements which declare
    which version you need, which features you need, which libraries you
    need, and so on. In the past there have been subtle bugs (such as
    themes not getting applied correctly) when the tag
    appears before some of these other elements, so it’s best to order
    your manifest in the logical dependency order.

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

Sidebar

Related Questions

I've come across something like this in the AndroidManifest.xml: <receiver android:name=com.testco.test.TestReceiver/> The above is
I have added this line in the AndroidManifest.xml: <uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE /> However, when I
I used to have this clause in my AndroidManifest.xml : <uses-configuration android:reqFiveWayNav=false android:reqHardKeyboard=false android:reqKeyboardType=nokeys
I have an Activity, Eeee, in a tab, declared like this in AndroidManifest.xml: <activity
The AndroidManifest.xml contains the version name of the application, something like android:versionName=1.0 Now the
In the AndroidManifest.xml, I have added all uses-permission, and now I want to remove
I want to change the app typeface and I can't: AndroidManifest.xml ... <application android:icon=@drawable/ic_launcher
I have a style applied to my whole application: AndroidManifest.xml: <application android:theme=@style/ApplicationStyle android:icon=@drawable/icon android:label=@string/app_name>
recently I had an error, which was caused by a corrupted AndroidManifest.xml file. Is
I have published an app with this AndroidManifest.xml: <supports-screens android:smallScreens=true android:normalScreens=true android:largeScreens=true android:anyDensity=false />

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.