ayoola-solomon / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Android Lint: wrong manifest ordering #746

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Android lint gives us this warning:
<uses-sdk> tag appears after <application> tag

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

The <application> 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 <application> tag appears before some of these other 
elements, so it's best to order yourmanifest in the logical dependency order.

Original issue reported on code.google.com by rdama...@google.com on 5 Jan 2012 at 10:44

GoogleCodeExporter commented 8 years ago
Please review:
http://code.google.com/r/rdamazio-mytracks-staging1/source/detail?r=70e4304ae576
b805cbe2eff8e75db53f00f5203c

Also, for Android Lint in general:
http://code.google.com/r/rdamazio-mytracks-staging1/source/detail?r=b8ffa729975c
bc6f980a003a2a05ae0d1ed803cb

http://code.google.com/r/rdamazio-mytracks-staging1/source/detail?r=9ea1e5810dab
7bf1c3dbb2b6d908c08ceb591afc

Original comment by rdama...@google.com on 5 Jan 2012 at 11:50

GoogleCodeExporter commented 8 years ago
Done reviewing the 3 changeset.

Original comment by jshih@google.com on 6 Jan 2012 at 12:01

GoogleCodeExporter commented 8 years ago
Thanks. I may open issues for other lint warnings later, as some of them 
deserve addressing.

Original comment by rdama...@google.com on 6 Jan 2012 at 12:19