Note that there are some explanatory texts on larger screens.

plurals
  1. POResolve Logcat warning message
    text
    copied!<p>When I run my app on <strong>Android 2.2.3 (API 10)</strong> device, I constantly get the following warning &amp; error message from <strong>logcat</strong></p> <pre><code>03-11 10:41:51.509: V/ACTIVITY onCreate()(7585): ok 03-11 10:41:51.519: W/dalvikvm(7585): VFY: unable to resolve virtual method 30: Landroid/app/Activity;.getFragmentManager ()Landroid/app/FragmentManager; 03-11 10:41:51.519: E/dalvikvm(7585): Could not find class 'android.app.Fragment', referenced from method net.hockeyapp.android.UpdateManager.fragmentsSupported 03-11 10:41:51.519: W/dalvikvm(7585): VFY: unable to resolve const-class 24 (Landroid/app/Fragment;) in Lnet/hockeyapp/android/UpdateManager; 03-11 10:41:51.519: W/dalvikvm(7585): VFY: unable to resolve virtual method 30: Landroid/app/Activity;.getFragmentManager ()Landroid/app/FragmentManager; </code></pre> <p>But, on <strong>Android 4.1.1</strong> device, there is no such problem.</p> <p>I am wondering, what does the warning &amp; error messages mean?</p> <p><strong>P.S.</strong> I have the following definition in AndroidManifest.xml:</p> <pre><code>&lt;uses-sdk android:minSdkVersion="10" android:targetSdkVersion="13" /&gt; </code></pre> <p>My app is using the <a href="http://code.google.com/p/roboguice/" rel="nofollow">RoboGuice</a> <strong>fragment</strong>, all my fragments <strong>extends</strong> <code>RoboFragment</code>. </p> <p>And my <strong>Activity</strong> extends <code>RoboFragmentActivity</code></p> <p>They should be compatible with pre API 11.</p> <p>And my problem only happen after I logged in,then close the app, and start the app again. The app works fine on Android 2.3.3 when just start the app to show the 1st fragment without login.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload