Today, when you are programming, you encounter an exception that you have encountered before, so record it.
That's the way things go.
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/6C/CA/wKiom1VR9Rjw9F0eAAQXTli_kA8725.jpg "title=" (g{ zu1n]]8f (UQWAR55 (4zn.jpg "alt=" Wkiom1vr9rjw9f0eaaqxtli_ka8725.jpg "/>
Error message like, about this error, I went to the Internet to search the relevant information, is due to the wrong type int when the string type used. In other words, some methods are reconstructed, can be passed int parameter can also pass string parameter, for example TextView text=new TextView (); Text.settext ("123"), you can pass a string argument, indicating that the string is displayed in the text of TextView, you can also pass the int type parameter, which represents the resource ID of the string, and then it will find the string corresponding to this ID from the resource. However, because there is no such resource, the above exception will occur.
The workaround is simple, for example, if you want to show the int type of 123 as long as SetText (123+ ""), that is, convert the integer type to a string type.
This article is from the "spiritual Brother Notes" blog, please make sure to keep this source http://kinghacker.blog.51cto.com/7767090/1650785
Android Resource$notfoundexception exception