Hi,
I want to create .apkarchive file like it is created by Visual Studio -> Tools -> Archive Manager, but I want to do this on my CI server. I am using VSTS to build the application, but i cannot find there possibility to create such type of files. It is possible to do this? Maybe I can use some script on console?
.apkarchive is catalog that include app-icons, mdbs, archive.xml and apk file. Could I create all of this with one script, command on VSTS?