I have huge trouble with my Android application - this application done in NS, than NS can created bundle -aab or apk
Hge problem that NS can not sign Debug version, only Release.
My Debug version working fine, but release version don't working, filepicker show error "java.lang.NoClassDefFoundError: Failed resolution of Landroidx/documentfile/provider/DocumentFile"
any attempt to change gradle, manipulation with versions of library was failed
in other case Google Play console accept only signed aab bundle
is this way to sign aab bundle without Nativescript - with Java tools?