sumitk1993 / android-log-collector

Automatically exported from code.google.com/p/android-log-collector
0 stars 0 forks source link

Failed to retrieve string resource #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I get this error: ERROR/AndroidRuntime(1979): Caused by: 
android.content.res.Resources$NotFoundException: String resource ID #0x7f030006

when you try to:
mAdditonalInfo = getString(R.string.device_info_fmt, getVersionNumber(this), 
Build.MODEL, Build.VERSION.RELEASE, getFormattedKernelVersion(), Build.DISPLAY);

Original issue reported on code.google.com by ugo.sangiorgi on 23 Sep 2010 at 11:01

GoogleCodeExporter commented 8 years ago
Nevermind, I just figured it out. The problem is that is REALLY difficult to 
use any project as a library, in android.
I had to extract the .java and put it on my own project.

But your tool is awesome, congratulations!
and thanks

Original comment by ugo.sangiorgi on 23 Sep 2010 at 11:34