nativescript-oauth
nativescript-oauth copied to clipboard
Android release build crashes at start - Failed to find module: "querystring"
Hey, I have issue with this module after release build. In debug mode (I mean using tns run android in console) everything work fine. After release build app was crashed and here is log from logcat:
03-28 22:39:20.779 D/Error ( 3226): Error: com.tns.NativeScriptException: Failed to find module: "querystring", relative to: app/tns_modules/ 03-28 22:39:20.779 D/Error ( 3226): com.tns.Module.resolvePathHelper(Module.java:159) 03-28 22:39:20.779 D/Error ( 3226): com.tns.Module.resolvePath(Module.java:60) 03-28 22:39:20.779 D/Error ( 3226): com.tns.Runtime.runModule(Native Method) 03-28 22:39:20.779 D/Error ( 3226): com.tns.Runtime.runModule(Runtime.java:580) 03-28 22:39:20.779 D/Error ( 3226): com.tns.Runtime.run(Runtime.java:574) 03-28 22:39:20.779 D/Error ( 3226): com.tns.NativeScriptApplication.onCreate(NativeScriptApplication.java:17) 03-28 22:39:20.779 D/Error ( 3226): android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1013) 03-28 22:39:20.779 D/Error ( 3226): android.app.ActivityThread.handleBindApplication(ActivityThread.java:4707) 03-28 22:39:20.779 D/Error ( 3226): android.app.ActivityThread.-wrap1(ActivityThread.java) 03-28 22:39:20.779 D/Error ( 3226): android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405) 03-28 22:39:20.779 D/Error ( 3226): android.o
Could you take a look?
Hello,
I have exactly the same issue.
Is there any news about this?
Hi @marcosmourino . I need to be able to reproduce the issue and I haven't seen this. Can you provide more detail so I can reproduce? Even better, if you send me a stripped down version of the codebase and I can try to debug locally (if you can).