Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not opening #274

Open
nathaniel-nyanor opened this issue Nov 13, 2022 · 3 comments
Open

not opening #274

nathaniel-nyanor opened this issue Nov 13, 2022 · 3 comments

Comments

@nathaniel-nyanor
Copy link

okay so I was successfully able to install the packages and everything but after the app is been installed while on the debug mode, it unexpectedly closes. Please can someone help me on how to fix this?

  • Device: Infinix Hot 8
  • OS: Android
  • Version 8
@TheAlphamerc
Copy link
Owner

@terzux Please make sure you have integrated the firebase correctly and configured firebase auth, database and storage.

@nathaniel-nyanor
Copy link
Author

E/AndroidRuntime(21850): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.friendszone.chat.MainActivity" on path: DexPathList[[zip file "/data/app/com.friendszone.chat-9vE_LiYDxZfSTVrrtUo9-A==/base.apk"],nativeLibraryDirectories=[/data/app/com.friendszone.chat-9vE_LiYDxZfSTVrrtUo9-A==/lib/arm, /data/app/com.friendszone.chat-9vE_LiYDxZfSTVrrtUo9-A==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]] E/AndroidRuntime(21850): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) E/AndroidRuntime(21850): at java.lang.ClassLoader.loadClass(ClassLoader.java:379) E/AndroidRuntime(21850): at java.lang.ClassLoader.loadClass(ClassLoader.java:312) E/AndroidRuntime(21850): at android.app.Instrumentation.newActivity(Instrumentation.java:1174) E/AndroidRuntime(21850): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2710) E/AndroidRuntime(21850): ... 9 more

It is still crashes on opening. Here is the logs

@TheAlphamerc
Copy link
Owner

com.friendszone.chat.MainActivity

E/AndroidRuntime(21850): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.friendszone.chat.MainActivity" on path: DexPathList[[zip file "/data/app/com.friendszone.chat-9vE_LiYDxZfSTVrrtUo9-A==/base.apk"],nativeLibraryDirectories=[/data/app/com.friendszone.chat-9vE_LiYDxZfSTVrrtUo9-A==/lib/arm, /data/app/com.friendszone.chat-9vE_LiYDxZfSTVrrtUo9-A==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]] E/AndroidRuntime(21850): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125) E/AndroidRuntime(21850): at java.lang.ClassLoader.loadClass(ClassLoader.java:379) E/AndroidRuntime(21850): at java.lang.ClassLoader.loadClass(ClassLoader.java:312) E/AndroidRuntime(21850): at android.app.Instrumentation.newActivity(Instrumentation.java:1174) E/AndroidRuntime(21850): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2710) E/AndroidRuntime(21850): ... 9 more

It is still crashes on opening. Here is the logs

By seeing activity log I think you have modified the code and maybe this is causing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants