You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I tried APIMonitor with an example that I wrote and I got a Fatal Exception when I run the modified app. The output is:
E/AndroidRuntime( 1697): FATAL EXCEPTION: main
E/AndroidRuntime( 1697): java.lang.IllegalAccessError: tried to access method android.app.Activity.onCreate:(Landroid/app/Activity;Landroid/os/Bundle;)V from class droidbox.android.app.Activity
E/AndroidRuntime( 1697): at droidbox.android.app.Activity.onCreate(Unknown Source)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! I tried APIMonitor with an example that I wrote and I got a Fatal Exception when I run the modified app. The output is:
E/AndroidRuntime( 1697): FATAL EXCEPTION: main
E/AndroidRuntime( 1697): java.lang.IllegalAccessError: tried to access method android.app.Activity.onCreate:(Landroid/app/Activity;Landroid/os/Bundle;)V from class droidbox.android.app.Activity
E/AndroidRuntime( 1697): at droidbox.android.app.Activity.onCreate(Unknown Source)
Thanks!
The text was updated successfully, but these errors were encountered: