Hi,
I've built a release version of a Xamarin.Forms app for Android Things that runs on the Raspberry Pi 3 both in debug and in release. I'm trying to upload the apk to Android Things Console and I keep getting an error that "All shared object libraries(*.so) in the APK should be uncompressed.". Has anyone run into this and solved it?
I've tried building with a binding using the preview 8 and also tried using the package for preview 7 just in case it was something to do with the binding dll being compressed.
Steve