radimitrov / CSharpShellApp

77 stars 18 forks source link

More libraries and xapk export support #286

Open PeterKaa1 opened 1 year ago

PeterKaa1 commented 1 year ago

Please add support for .xapk (An XAPK (Expansion APK) is a file format used for distributing and installing Android applications that require additional data files. It is an extension of the APK (Android Package) file format, which is the standard format for Android app installation.

XAPK files contain the APK file and additional OBB (Opaque Binary Blob) files, which are used to store large data files such as graphics, media, or game resources. These additional data files are necessary for the proper functioning of certain apps or games.

The main purpose of using XAPK files is to overcome the size limitations of the APK file format, which has a maximum size of 100 megabytes (MB) on the Google Play Store. By including the additional OBB files in an XAPK package, developers can distribute apps or games that have larger data requirements.)

And more libraries like mips and mips 64, Also we also have armeabi v7a and v8a include support but there could also be just a folder named armeabi too like i've seen

radimitrov commented 1 year ago

As far I can see Visual Studio doesn't support XAPK and .NET for Android isn't built for MIPS. So, no I can't add support.

The app supports adding libraries of armeabi-7va, arm64-v8a, x86, x86_64. Earlier versions were deprecated in VS some time ago