I have this strange error I do not know how to resolve. I test my App deployed straight to my phone and it's working ok. But now testing downloading from Play Store the app crash as startup and the error is this one:
java.lang.RuntimeException: Unable to instantiate application com.bookit.android.BookItApp: java.lang.ClassNotFoundException: com.bookit.android.BookItApp
I have this class:
package com.bookit.android;
public class BookItApp extends Application {...}
My manifest I think it's ok defining the App class:
< application android:name="BookItApp"
Or Maybe should I define:
android:name = "com.bookit.android.BookItApp"
0 comments:
Post a Comment