Mashiane Expert Licensed User Longtime User Jul 24, 2017 #1 Hi there I'm trying to package my app using https://www.b4x.com/android/forum/threads/ui-apps-packaging-self-contained-installers.56854/ I have installed inno setup and specified the parameters correctly however as soon as I click Build, it pops an error about parsing the manifest file. The app is a non-ui app, i.e. an ABMaterial WebApp to be precise. Any advise please. Thanks a lot
Hi there I'm trying to package my app using https://www.b4x.com/android/forum/threads/ui-apps-packaging-self-contained-installers.56854/ I have installed inno setup and specified the parameters correctly however as soon as I click Build, it pops an error about parsing the manifest file. The app is a non-ui app, i.e. an ABMaterial WebApp to be precise. Any advise please. Thanks a lot
PatrikCavina Active Member Licensed User Longtime User Jul 24, 2017 #2 App must be UI app. Erel's post title say: "UI App Packaging". I found myself in your own problem, and I solved by converting the application to an ui app where I did not open the mainform Upvote 0
App must be UI app. Erel's post title say: "UI App Packaging". I found myself in your own problem, and I solved by converting the application to an ui app where I did not open the mainform
Mashiane Expert Licensed User Longtime User Jul 25, 2017 #3 @PatrikCavina thanks, those little things that we miss... Upvote 0