We retired WebSharper.Mobile, which was a library of build tools to package WebSharper applications for Android and Windows Phone, in favor of using PhoneGap instead. And hence the Android Application template was also removed from the installers.

By on 10/15/2015 6:39 AM ()

Thanks for the response.

What would be the correct template to use to start a simple mobile application? Would I just choose the "HTML Application" template, then use NuGet to import the Websharper.JQueryMobile packages?
Build that and then run the necessary Cordova commands to create the Android/ioS versions?

By on 10/16/2015 7:45 AM ()

I would start a UI.Next SPA project, add WebSharper.JQueryMobile, implement the application and UI logic, then package index.html and the Content folder using PhoneGap.

By on 10/16/2015 7:56 AM ()

Thanks again. Unfortunately building the project without making any changes fails with the error:

C:\Users\Andy\Documents\Programming\Projects\UINextApplication1\packages\WebSharper.3.5.3.203\build\WebSharper.targets(44,5): error : Could not find a part of the path 'C:\Users\Andy\Documents\Programming\Projects\UINextApplication1\UINextApplication1\Content'. Done building project "UINextApplication1.fsproj" -- FAILED.

I see that I don't have a Content folder in that location and if I add that folder and rebuild then it works. ( Actually, I need to rebuild twice I think to enable the typeprovider ).

Has the creation of the Content folder been missed from the project template?

By on 10/17/2015 5:52 AM ()

That's strange, the build logic should create that folder.

By on 10/17/2015 1:27 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper