using TableView version3 will crash
by the way, TableView is there a similar plug-in that can be replaced?
using TableView version3 will crash
by the way, TableView is there a similar plug-in that can be replaced?
Did you try the build in tableview component in kodular? By the way ,this kodular version is called “Fenix”
YES , I have tried the build in table view component in kodular
Does it crash in companion or apk or both? Also please show the error message and maybe any block you use.
Maybe crash is related to another component
Check this very long list in
and if problem not solved use logcat and see in log what causes the error
In order to avoid crash in TableView properties DataString and RowDelimiter shouldn’t left empty
AAAAA_1.aia (120.0 KB)
10-05 17:54:17.362 1898 2165 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.android.corning/io.kodular.dora0paz.AAAAA.Screen1/1 10-05 17:54:17.395 32686 32686 E android.cornin: Not starting debugger since process cannot load the jdwp agent. 10-05 17:54:18.002 32686 32686 E Form : Unable to load 無 10-05 17:54:18.103 32686 32686 E AndroidRuntime: FATAL EXCEPTION: main 10-05 17:54:18.103 32686 32686 E AndroidRuntime: Process: com.android.corning, PID: 32686 10-05 17:54:18.103 32686 32686 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.corning/io.kodular.dora0paz.AAAAA.Screen1}: /tmp/1633445485617_0.7659207569303476-0/youngandroidproject/../src/io/kodular/dora0paz/AAAAA/Screen1.yail:38:53: unbound location null
I have got another problem
I use ADB to get the data but I don’t have a clue to troubleshoot the error in another apk
I don’t know how to judge the real cause of the crash
Attach my file here (aia, adb record)