Discussion Forums  >  Uncategorized

Replies: 4    Views: 877

das_music
Aspiring developer
Profile
Posts: 3
Reg: Mar 01, 2011
location unknow...
30
03/02/11 05:44 PM (14 years ago)

Android Source Code has 0 Errors but 218 warnings here are a few..

Description Resource Path Location Type AdapterView is a raw type. References to generic type AdapterView should be parameterized Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 297 Java Problem AdapterView is a raw type. References to generic type AdapterView should be parameterized Screen_QuizScores.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 212 Java Problem AdapterView is a raw type. References to generic type AdapterView should be parameterized Screen_RSSReader.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 197 Java Problem AdapterView is a raw type. References to generic type AdapterView should be parameterized Screen_SubMenu.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 229 Java Problem ArrayList is a raw type. References to generic type ArrayList should be parameterized Screen_QuizMultipleChoice.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 548 Java Problem ItemizedOverlay is a raw type. References to generic type ItemizedOverlay should be parameterized Screen_LocationMap.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 457 Java Problem List is a raw type. References to generic type List should be parameterized Act_ActivityBase.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 472 Java Problem List is a raw type. References to generic type List should be parameterized Act_ActivityBase.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 598 Java Problem List is a raw type. References to generic type List should be parameterized Act_ActivityBase.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 631 Java Problem No grammar constraints (DTD or XML schema) detected for the document. AndroidManifest.xml /Act_Home line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. act_global_list.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. act_home.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. global_title_dark.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. global_title_light.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. list_menu_style_1.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. list_quizscore.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. list_rss_style_1.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. menu_blank.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. menu_home.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. menu_locationmap.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. menu_quizmultiplechoice.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. menu_refresh.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. quiz_btn_gray.xml /Act_Home/res/drawable line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. quiz_btn_green.xml /Act_Home/res/drawable line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. quiz_btn_red.xml /Act_Home/res/drawable line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_about.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_customhtml.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_customtext.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_customurl.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_locationmap.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_quizmultiplechoice.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_sharefacebook.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_sharetwitter.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_singleimage.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_submenu.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. screen_video.xml /Act_Home/res/layout line 1 XML Problem No grammar constraints (DTD or XML schema) detected for the document. strings.xml /Act_Home/res/values line 1 XML Problem The import android.app.Activity is never used Screen_About.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 5 Java Problem The import android.app.AlertDialog is never used Screen_CustomHTML.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 6 Java Problem The import android.app.AlertDialog is never used Screen_CustomText.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 6 Java Problem The import android.app.AlertDialog is never used Screen_CustomURL.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 6 Java Problem The import android.app.ProgressDialog is never used Screen_CustomHTML.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 8 Java Problem The import android.app.ProgressDialog is never used Screen_CustomText.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 8 Java Problem The import android.app.ProgressDialog is never used Screen_CustomURL.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 8 Java Problem The import android.content.ActivityNotFoundException is never used Act_ActivityBase.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 9 Java Problem The import android.content.Intent is never used Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 8 Java Problem The import android.content.pm.PackageManager is never used Screen_CustomURL.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 10 Java Problem The import android.graphics.Bitmap is never used Adapter_QuizScore.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 6 Java Problem The import android.graphics.Bitmap is never used Adapter_RSSStory.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 6 Java Problem The import android.graphics.Bitmap is never used Obj_QuizQuestion.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 2 Java Problem The import android.graphics.Bitmap is never used Screen_LocationMap.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 13 Java Problem The import android.graphics.BitmapFactory is never used Screen_LocationMap.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 14 Java Problem The import android.location.LocationListener is never used Screen_LocationMap.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 16 Java Problem The import android.media.MediaPlayer is never used Act_ActivityBase.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 19 Java Problem The import android.text.Html is never used Screen_CustomHTML.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 12 Java Problem The import android.text.Html is never used Screen_CustomText.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 12 Java Problem The import android.util.Log is never used Adapter_List_Menu_Style_1.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 7 Java Problem The import android.util.Log is never used Adapter_QuizScore.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 7 Java Problem The import android.view.KeyEvent is never used Screen_CustomHTML.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 14 Java Problem The import android.view.KeyEvent is never used Screen_CustomText.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 14 Java Problem The import android.view.KeyEvent is never used Screen_CustomURL.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 14 Java Problem The import android.view.Window is never used Screen_About.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 13 Java Problem The import android.widget.ImageView is never used Adapter_QuizScore.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 12 Java Problem The import android.widget.ImageView is never used Screen_ShareFacebook.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 14 Java Problem The import com.google.android.maps.MyLocationOverlay is never used Screen_LocationMap.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 35 Java Problem The import java.net.URLDecoder is never used Screen_About.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 2 Java Problem The import java.net.URLDecoder is never used Screen_CustomHTML.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 2 Java Problem The import java.net.URLDecoder is never used Screen_CustomText.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 2 Java Problem The import java.net.URLEncoder is never used Screen_About.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 3 Java Problem The import java.net.URLEncoder is never used Screen_CustomHTML.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 3 Java Problem The import java.net.URLEncoder is never used Screen_CustomText.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 3 Java Problem The import java.util.List is never used Screen_CustomURL.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 2 Java Problem The local variable btnQuit is never read Screen_QuizMultipleChoice.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 820 Java Problem The local variable cookieSyncMngr is never read Util.java /Act_Home/src/com/facebook/android line 147 Java Problem The local variable iconFileName is never read Adapter_List_Menu_Style_1.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 31 Java Problem The local variable iconView is never read Adapter_RSSStory.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 53 Java Problem The local variable link is never read Adapter_RSSStory.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 31 Java Problem The local variable numberWrong is never read Adapter_QuizScore.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 36 Java Problem The local variable simSerial is never read AppDelegate.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 155 Java Problem The local variable softwareVer is never read AppDelegate.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 154 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 57 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 58 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 95 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 190 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 191 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 192 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 193 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 194 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 200 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 365 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 390 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 417 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 453 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Act_Home.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 468 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Screen_About.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 41 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Screen_About.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 42 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Screen_About.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 154 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Screen_CustomHTML.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 45 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Screen_CustomHTML.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 46 Java Problem The static field AppDelegate.currentApp should be accessed in a static way Screen_CustomHTML.java /Act_Home/src/com/v1_4/B5245072CDE611441346288C/com line 186 Java Problem
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
03/02/11 05:56 PM (14 years ago)
There are dozens of ways to setup Eclipse and all sorts of things you can ask it to warn you about. If you watched any of the Android videos we've made, you'll see that we get no such warnings. I'm not sure what your question is? I'm guessing your Eclipse setup is configured to ouput some sort of debug info the console - not sure. This type of thing has never been reported (thousands and thousands of apps) so something simple is happening ;-)
 
das_music
Aspiring developer
Profile
Posts: 3
Reg: Mar 01, 2011
location unknow...
30
like
03/02/11 06:04 PM (14 years ago)
Ok thanks...the app works fine in the simulator but I was unsure about the validation process and saving the app to sell on my own website. The first code I got had errors in it and then finally just warnings. I just wanted to make sure that it was ready to be distributed. I have only ever got my feet wet with any kind of programming and that was years ago so a lot of this is pretty new to me. If you would just point me in the right direction to where I can offer my app to others and what I need to do to make that possible then I will be a happy camper. I figured out how to use the Android tools to export as unsigned but not really sure what signed and unsigned is or where to go from there. Thanks for any help
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
03/02/11 06:08 PM (14 years ago)
The best place to start is Google. Do a simple search for Android Developer SDK or Android Market - thousands of tips, pages, insights on where to distribute you apps, etc, etc. You're ambition is neat to hear about. Good work getting this one going!
 
das_music
Aspiring developer
Profile
Posts: 3
Reg: Mar 01, 2011
location unknow...
30
like
03/02/11 06:12 PM (14 years ago)
Thanks for making this available for free. I appreciate you taking the time to answer back. Peace, das
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.