Windows 10 IoT Cordova app -


i trying build , deploy cordova app on raspberry pi 2 running windows 10 iot core. visual studio set run on remote machine (it automatically located device, authenticated , everything). build seems , there isnt errors (http://prntscr.com/8x9zl8). raspberry pi 2 shows splashscreen second , this: http://prnt.sc/8x9z0m. checked developer licence says activated. tried building windows-anycpu instead of windows-arm, still no luck. first time adding files, changing files http://prntscr.com/8x9zh7 (i guess okay) not able run it.

when try add .appxrecipe manually raspberry via web interface shows following error (http://prntscr.com/8xa08k). cordova builds appxmanifest.xml, resources.pri file , .appxrecipe , since able select 1 file in web interface added appxrecipe.

any appreciated since dont see many questions creating windows app iot core using cordova.

edit: tried "cordova remove platform windows" , readding again doesnt work. project works on physcial android device/google emulator/riddle/windows app on local machine

after many tries managed fix problem. needed build application uap (universal app) "cordova build windows -- --appx=uap"

than manually added appx file , certificate via windowsiot user interface , installed successfully! able run application without problem :)

edit: screenshot: http://prnt.sc/8xf9b0


Comments

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -