Native Mobile issues in Make it Native 9 app

1
I am simply unable to get "Make it Native 9” to work on my Android device(MiN8 was working perfectly). These are the issues im facing : "Something went wrong in loading JS bundle” Mobile device doesn't connect with runtime. However the below error ("Unable to start Native packager” in 3rd point) never shows when MiN9 is running on my mobile device (Which means it is actually connected to runtime) If "Make it Native 9 ” application is not running on Mobile device then i get this error every time i run locally on Studio Pro 9.0.5. (Never got this error in MiN8) System.AggregateException: One or more errors occurred. ---> Mendix.Modeler.Deployment.Native.UnableToStartNativePackagerException: Unable to start native packager at Mendix.Modeler.WebUI.Deployment.Native.Packager.NativePackagerManager.<StartServing>d__22.MoveNext() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.WebUI\Deployment\Native\Packager\NativePackagerManager.cs:line 76 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at Mendix.Modeler.Deployment.Local.LocalRunner.DoLaunchNativePackager() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Deployment\Local\LocalRunner.cs:line 256 at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass0_0.<Do>b__0() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Utility\BackgroundUtil.cs:line 17 at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass1_0`1.<Do>b__0(Object s, DoWorkEventArgs e) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.Utility\BackgroundUtil.cs:line 29 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) ---> (Inner Exception #0) Mendix.Modeler.Deployment.Native.UnableToStartNativePackagerException: Unable to start native packager at Mendix.Modeler.WebUI.Deployment.Native.Packager.NativePackagerManager.<StartServing>d__22.MoveNext() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.WebUI\Deployment\Native\Packager\NativePackagerManager.cs:line 76<---
asked
1 answers
1

I had the same issue, When updating the Native Mobile Resources module from the marketplace, the issue was fixed. 

answered