Created
September 21, 2019 13:04
-
-
Save ganadist/a3380c2053eb6f034c131d42dfb53495 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E AndroidRuntime: Caused by: java.lang.ClassCastException: | |
$Proxy0 cannot be cast to com.example.myapplication.ServiceClientFactory$ServiceClientImpl1 | |
E AndroidRuntime: at com.example.myapplication.MainActivity.onCreate(MainActivity.java:15) | |
E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7136) | |
E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7127) | |
E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1272) | |
E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2905) | |
E AndroidRuntime: ... 11 more | |
W ActivityManager: Force finishing activity com.example.myapplication/.MainActivity | |
D ActivityTrigger: ActivityTrigger activityPauseTrigger | |
I Process : Sending signal. PID: 28649 SIG: 9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment