Hi Niotron Team and Community,
I’m encountering a critical issue while trying to install and run my app built using Niotron. The app compiles successfully, but it crashes immediately upon installation with the following
error: 05-18 09:34:33.600 E/AndroidRuntime(17652): java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;
Details:
Builder Platform: Niotron
Error Time : During app launch after installation
Crash Log Snippet :
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;
App Features Used : I suspect a component like WebViewer
, ListView
, or RecyclerView
might be internally using SwipeRefreshLayout
.
Additional Info : The app doesn’t include any explicit reference to SwipeRefreshLayout
in the blocks, so this seems to be a runtime dependency issue.
Request:
Please advise if this is:
- A known issue with the recent Niotron update or components,
- Something related to missing dependencies during compilation,
- Requiring any manual fix or workaround such as importing an extension or using a specific component version.
I’d appreciate any guidance or help to resolve this crash, as it’s preventing my app from launching.
Thanks in advance!