Clica sobre o projeto e entra na Aba Android, ai escolhe o target 9. E dar um clear no projeto. As vezes da certo comigo kkkkkk
2013/2/6 Felipe Cauê Legal Benedito <felipecaue.lb@gmail.com>
Ele está apresentando esse warning no manifestDescription Resource Path Location TypeNot targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details. AndroidManifest.xml /RssReader line 7 Android Lint Problemcódigo do manifest:--<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android"package="com.darkreddragon.rssreader"android:versionCode="1"android:versionName="1.0" ><uses-sdk <<=============== o erro ocorre nessa linhaandroid:minSdkVersion="8"android:targetSdkVersion="9" /><uses-permission android:name="android.permission.INTERNET"/><applicationandroid:allowBackup="true"android:icon="@drawable/ic_launcher"android:label="@string/app_name"android:theme="@style/AppTheme" ><activityandroid:name="com.darkreddragon.rssreader.MenuActivity"android:label="@string/app_name" ><intent-filter><action android:name="android.intent.action.MAIN" /><category android:name="android.intent.category.LAUNCHER" /></intent-filter></activity><activityandroid:name=".RssReaderActivity"android:label="@string/app_name" ></activity></application></manifest>
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.






0 comentários:
Postar um comentário