⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, Capacitor, Ionic, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Dart (Flutter) and you name it compatible.
Can not start app, error info as follow:
System.err: Caused by: com.tns.NativeScriptException:
System.err: Calling js method onCreate failed
System.err: Error: Building UI from XML. @file:///app/./Views/Route/DropSequence.xml:27:11
System.err: > Module '/data/data/org.nativescript.foodService/files/app/tns_modules/nativescript-ui-listview' not found for element 'nativescript-ui-listview:RadListView'.
System.err: > Cannot read property 'ListViewAdapter' of undefined
System.err: File: "file:///data/data/org.nativescript.foodService/files/app/tns_modules/tns-core-modules/ui/builder/builder.js, line: 238, column: 20
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Yes.
Tell us about the problem
Can not start app, error info as follow: System.err: Caused by: com.tns.NativeScriptException: System.err: Calling js method onCreate failed System.err: Error: Building UI from XML. @file:///app/./Views/Route/DropSequence.xml:27:11 System.err: > Module '/data/data/org.nativescript.foodService/files/app/tns_modules/nativescript-ui-listview' not found for element 'nativescript-ui-listview:RadListView'. System.err: > Cannot read property 'ListViewAdapter' of undefined System.err: File: "file:///data/data/org.nativescript.foodService/files/app/tns_modules/tns-core-modules/ui/builder/builder.js, line: 238, column: 20
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Create a new sidedrawer app with sidekick -> integrate files from former project I tried to remove and add platform. No luck
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Based on #654 ,I modified bundle-config.ts as
Still not working.