My app always crash after kodular 1.5.2 update

Me to after update also i checkd my app no problum files are downloading…

1 Like

You can send it in my DM.

Show the (relevant) blocks.
On which Android version did you test the (app) APK?
If you have the opportunity, then also test the APK on a device with Android < 10.

  • show block : Which block? I have total more than 2000 blocks
  • i have tested on android 11. But before kodular update, my app working normal.

As I said the relevant blocks (where you are storing something).

All of this might cause

bild

Follow Taifun’s advice as we have no idea of what your app does…

I am not using anything that you indicated in the picture. my app apk is closing.

After updating kodular phoenix, the application closes and the application name is unreadable

Any extension using which stores something in storage ?

it is a simple text application. I do not use anything from what you wrote. I can send you an AIA file in a personal message

For now don’t use foreign letters in app name

Does not work. We are waiting for the update, bug fixes. I do not use extensions, the apk application closes

Then you will have to wait a long time, as we do not know what your app does.

Follow Taifun’s advice

3 Likes

1

2

4

6

here all block i’m using relavant storage…:frowning:

Can’t see any bug topics on the forum? Not one apk application does not work for me. This is a problem for all users.

You’re in one :man_facepalming:

No, tested three of mine and they work as they should…

Something on your side isn’t right.

This post was flagged by the community and is temporarily hidden.

logcat.txt (671.0 KB)

here is my logcat i folowing your guide. Please fix bug as soon as. Thanks

logs error
09-15 18:04:26.717   600  7496 E vold    : Failed to find mounted volume for /storage/0843-AF49/Android/data/com.studio2hdn.AI2VN/files/
09-15 18:04:26.724   600  7496 E vold    : Failed to find mounted volume for /storage/0843-AF49/Android/data/com.studio2hdn.AI2VN/files/
09-15 18:04:27.186 17873 17873 E ocessService0:: Not starting debugger since process cannot load the jdwp agent.
09-15 18:04:27.310   600  7496 E vold    : Failed to find mounted volume for /storage/0843-AF49/Android/data/com.studio2hdn.AI2VN/files/
09-15 18:04:27.315 17777 17777 E AndroidRuntime: FATAL EXCEPTION: main
09-15 18:04:27.315 17777 17777 E AndroidRuntime: Process: com.studio2hdn.AI2VN, PID: 17777
09-15 18:04:27.315 17777 17777 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.studio2hdn.AI2VN/io.kodular.studio2hdn.AI2VN_30.Scr_Index}: /tmp/1631680249418_0.6831554005042138-0/youngandroidproject/../src/io/kodular/studio2hdn/AI2VN_30/Scr_Index.yail:214:50: unbound location null
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.ActivityThread.performLaunchActivity(Unknown Source:663)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.ActivityThread.handleLaunchActivity(Unknown Source:47)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:67)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:73)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.ActivityThread$H.handleMessage(Unknown Source:52)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Unknown Source:19)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.os.Looper.loop(Unknown Source:249)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.ActivityThread.main(Unknown Source:134)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(Unknown Source:313)
09-15 18:04:27.315 17777 17777 E AndroidRuntime: Caused by: /tmp/1631680249418_0.6831554005042138-0/youngandroidproject/../src/io/kodular/studio2hdn/AI2VN_30/Scr_Index.yail:214:50: unbound location null
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at gnu.mapping.Location.get(Location.java:67)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at io.kodular.studio2hdn.AI2VN_30.Scr_Index.lambda171(Scr_Index.yail:214)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at io.kodular.studio2hdn.AI2VN_30.Scr_Index$frame.apply0(Scr_Index.yail:77)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at gnu.expr.ModuleBody.applyN(ModuleBody.java:226)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at io.kodular.studio2hdn.AI2VN_30.Scr_Index$frame.applyN(Unknown Source:42)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at gnu.expr.ModuleMethod.applyN(ModuleMethod.java:216)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at gnu.kawa.functions.ApplyToArgs.applyN(ApplyToArgs.java:139)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at gnu.mapping.ProcedureN.apply1(ProcedureN.java:31)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at io.kodular.studio2hdn.AI2VN_30.Scr_Index.$define(Scr_Index.yail:10265)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at com.google.appinventor.components.runtime.Form.onCreateFinish2(SourceFile:503)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at com.google.appinventor.components.runtime.Form.onCreateFinish(SourceFile:447)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at com.google.appinventor.components.runtime.Form.onCreate(SourceFile:386)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.Activity.performCreate(Unknown Source:77)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.Activity.performCreate(Unknown Source:1)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.Instrumentation.callActivityOnCreate(Unknown Source:3)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        at android.app.ActivityThread.performLaunchActivity(Unknown Source:399)
09-15 18:04:27.315 17777 17777 E AndroidRuntime:        ... 11 more
09-15 18:04:27.479   636 18220 E [email protected]: Error opening kernel wakelock stats for: wakeup18: Permission denied
09-15 18:04:27.480   636 18220 E [email protected]: Error opening kernel wakelock stats for: wakeup16: Permission denied

:thinking: did your app access storage or location ??

1 Like

Yes. But preview of kodular no problem with my app…

Yes, I checked your aia. Screen3 is broken (irreparable, even for @Boban :wink:).

  • Add a new screen (e.g. Screen4) and
  • copy the components from Screen3 to Screen4.
  • Remove Screen3 and
  • in Screen1: grafik

(Checked, works)