App is running on kodular creator but .apk is not running and not crashing as well

What is the name of your app? Chatmate

Describe your app: Its a normal chatting app. trying to implement features like story posing, chatting, google authentication and sign up etc.

Screenshots: Don’t know where the error is, however i am sharing the screenshot of app stats. possibly the pricing issue is the problem.

App Store/Download link:

AIA file (Optional) I AM USING FIREBASE KEYS AND PROFECTS. CAN NOT DISCLOSE.

What are you trying to do with 14 Firebase Database Components?
we must know your Blocks to analyse where you went wrong. if you feel unsafe posting on the thread send the aia to me over PM I will check and tell you

Can you please elaborate

Also what exactly means ‘apk is not running and not crashing’?

Taifun

This is something happenkng if i try to open the app.

Pricing i mean to say as i am using free version of kodular …there are some limitations in respect of using extensions, number of blocks etc … may be i am exceeding any limit of free version… it is also mentioned in the pricing documentation that the app could be tested but final apk file will not run in case we eceed the specified limit.

If it exceed the limit the app won’t compile at the first place:

There is a problem with your blocks or App Data

The problem is you are not ready to share your blocks. Now one can help you until you do that

Are you using Deephost Extensions?

Use logcat to find out more

Taifun

12-24 18:21:53.565 9675 9675 E AndroidRuntime: FATAL EXCEPTION: main
12-24 18:21:53.565 9675 9675 E AndroidRuntime: Process: com.Atom.ChatMate, PID: 9675
12-24 18:21:53.565 9675 9675 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lkawa/standard/Scheme;
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at io.kodular.rohit2806.ChatMate_V5.Screen1.$define(Screen1.yail:10288)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at com.google.appinventor.components.runtime.Form.onCreateFinish(SourceFile:483)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at com.google.appinventor.components.runtime.Form.onCreate(SourceFile:394)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8944)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:8913)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4146)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4322)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:230)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.os.Looper.loop(Looper.java:319)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8893)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:608)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
12-24 18:21:53.565 9675 9675 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: kawa.standard.Scheme
12-24 18:21:53.565 9675 9675 E AndroidRuntime: … 19 more

“This is the activities found in the logcat. I am unable to understand it completely. But i think there is some problem in Screen_1. So for reference I am attaching the screenshots of the blocks used on Screen_1. Please help to figure out this.”

NOTE: I have not made any changes on Screen_1 since 1 month but the previous version a couple of days back is working fine. But the problem is in updated version where i have not made any changes in Screen_1


2

What changes did you make in other screens. Please if you are asking out for help post relevant blocks. No one is going to Steal you app idea. The community is a place you can trust

LOL! Are you really sure?

this seems to be the issue
here is another thread with the same issue java.lang.ClassNotFoundException: kawa.standard.Scheme
you have to find out, what both projects have in common…

Taifun

Read especially this

Taifun

Now I have second thoughts :thinking:

Firebase authentication has the issue. If i remove firebase authentication blocks the app works else not. I have also read this that updated firebase authentication has some issue and not working…