Advertisement
Guest User

Untitled

a guest
Jul 17th, 2012
1,031
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. Description Resource Path Location Type
  2. error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/cw'). AndroidManifest.xml /Notification line 15 Android AAPT Problem
  3. The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project Notification Unknown Java Problem
  4. The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files WakefulIntentService.java /Notification/src/com/example/notification line 1 Java Problem
  5. Unable to resolve target 'android-8' Notification Unknown Android Target Problem
  6. [I18N] Hardcoded string "Hello World, OnBootReceiver", should use @string resource main.xml /Notification/res/layout line 10 Android Lint Problem
  7. Exported receiver does not require permission AndroidManifest.xml /Notification line 17 Android Lint Problem
  8. The constructor Notification(int, CharSequence, long) is deprecated applist.java /AppList/src/com/unparalleledsoftware/applist line 243 Java Problem
  9. The field applist.daily is never read locally applist.java /AppList/src/com/unparalleledsoftware/applist line 58 Java Problem
  10. The field applist.hourly is never read locally applist.java /AppList/src/com/unparalleledsoftware/applist line 58 Java Problem
  11. The field applist.monthly is never read locally applist.java /AppList/src/com/unparalleledsoftware/applist line 58 Java Problem
  12. The field applist.PackageManager is never read locally applist.java /AppList/src/com/unparalleledsoftware/applist line 51 Java Problem
  13. The field applist.weekly is never read locally applist.java /AppList/src/com/unparalleledsoftware/applist line 58 Java Problem
  14. The field applist.yearly is never read locally applist.java /AppList/src/com/unparalleledsoftware/applist line 58 Java Problem
  15. The import android.app.AlarmManager is never used applist.java /AppList/src/com/unparalleledsoftware/applist line 14 Java Problem
  16. The import android.app.Dialog is never used applist.java /AppList/src/com/unparalleledsoftware/applist line 16 Java Problem
  17. The import android.os.Bundle is never used AlarmReceiver.java /App List/src/com/unparalleledsoftware/app/list line 10 Java Problem
  18. The import android.os.Bundle is never used AlarmReceiver.java /AppList/src/com/unparalleledsoftware/applist line 12 Java Problem
  19. The import android.os.Handler is never used applist.java /AppList/src/com/unparalleledsoftware/applist line 29 Java Problem
  20. The import android.os.Message is never used applist.java /AppList/src/com/unparalleledsoftware/applist line 30 Java Problem
  21. The import android.support.v4.app.NavUtils is never used MainActivity.java /justforlogo/src/com/example/justforlogo line 7 Java Problem
  22. The import android.view.MenuItem is never used MainActivity.java /justforlogo/src/com/example/justforlogo line 6 Java Problem
  23. The import android.widget.Toast is never used applist.java /AppList/src/com/unparalleledsoftware/applist line 37 Java Problem
  24. The import java.util.Calendar is never used applist.java /AppList/src/com/unparalleledsoftware/applist line 7 Java Problem
  25. The import java.util.Timer is never used applist.java /AppList/src/com/unparalleledsoftware/applist line 10 Java Problem
  26. The import java.util.TimerTask is never used applist.java /AppList/src/com/unparalleledsoftware/applist line 11 Java Problem
  27. The local variable notifyIntent is never read AlarmReceiver.java /App List/src/com/unparalleledsoftware/app/list line 24 Java Problem
  28. The local variable notifyIntent is never read AlarmReceiver.java /AppList/src/com/unparalleledsoftware/applist line 26 Java Problem
  29. The method setLatestEventInfo(Context, CharSequence, CharSequence, PendingIntent) from the type Notification is deprecated applist.java /AppList/src/com/unparalleledsoftware/applist line 263 Java Problem
  30. The resource R.dimen.padding_large appears to be unused dimens.xml /Notification/res/values line 5 Android Lint Problem
  31. The resource R.dimen.padding_large appears to be unused dimens.xml /justforlogo/res/values line 5 Android Lint Problem
  32. The resource R.dimen.padding_small appears to be unused dimens.xml /Notification/res/values line 3 Android Lint Problem
  33. The resource R.dimen.padding_small appears to be unused dimens.xml /justforlogo/res/values line 3 Android Lint Problem
  34. The resource R.drawable.ic_action_search appears to be unused ic_action_search.png /justforlogo/res/drawable-hdpi line 1 Android Lint Problem
  35. The resource R.layout.activity_main appears to be unused activity_main.xml /Notification/res/layout line 1 Android Lint Problem
  36. The resource R.layout.main appears to be unused main.xml /Notification/res/layout line 1 Android Lint Problem
  37. The resource R.menu.activity_main appears to be unused activity_main.xml /Notification/res/menu line 1 Android Lint Problem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement