简体   繁体   English

仅当我从 Playstore 下载时才在应用程序中出现此登录问题

[英]Getting this login issue in app only when i download from playstore

When test the functionality by generating apk all the features are working fine, but when i download from playstore its getting the below issue in login通过生成 apk 测试功能时,所有功能都运行良好,但是当我从 playstore 下载时,登录时出现以下问题

java.lang.NullPointerException: throw with null exception
at c.c.a.d.g.a(Unknown Source:3)
at com.my.packagename.Activity.Login_Activity.a(Unknown Source:155)
at l.g$b$a$a.run(Unknown Source:37)
at android.os.Handler.handleCallback(Handler.java:790)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:7000)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)

For testing, Are you generating a debug build or release build?对于测试,您是在生成调试版本还是发布版本? Since you can only upload release build on the playstore, make sure you are testing with a release build in case the problem lies in the release build only.由于您只能在 Playstore 上上传发布版本,因此请确保您正在使用发布版本进行测试,以防问题仅出在发布版本中。

Also to debug your release build you can add debuggable = true in your manifest to check logs.此外,要调试您的发布版本,您可以在清单中添加debuggable = true以检查日志。 NOTE: do not upload to play store with debuggable set to true注意:不要上传到debuggable设置为 true 的游戏商店

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从Playstore安装应用程序时未显示Google地图 - Google map is not being displayed when I install app from playstore 从Playstore下载时,Pro Version app apk大小是免费版应用程序的两倍 - Pro Version app apk size is twice than free version app when download from Playstore 从 Playstore 下载应用程序时崩溃 - App crashes when downloaded from playstore Firebase身份验证无法从Playstore下载应用。 - Firebase authentication failing in app download from playstore. 从Instant App下载并安装apk(不在playstore中发布) - Download and install apk (without publishing in playstore) from the Instant App 从 Playstore 下载时,我的 Android 应用程序崩溃,但是当我将它从 Android Studio 运行到任何设备时,它可以正常工作 - My Android App is crashing when downloaded from the Playstore but when I run it from Android Studio into any device it works normally 从应用程序库或 Playstore 安装应用程序的意图 - Intent for install app from app gallery or playstore 在多个apk上传的情况下从Google PlayStore获取最新的应用版本 - Getting latest App version from Google PlayStore in case of mutiple apk's uploaded 在 Playstore 上发布应用程序时 OkHttp 连接超时 - OkHttp connection timeout when app is published on playstore 将 Playstore 中的现有应用程序从 java 迁移到 kotlin - Migrate an existing app in playstore from java to kotlin
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM