Hi All,
I have an app that uses USBManager to communicate with a serial device. The app works perfectly ok until I change the TargetSDK = 34. I have noticed that the code below returns 0, when the TargetSDK is to 34
If USBManager1.GetDevices.Length = 0 Then
Log("Error")
End If
While...
Hi All,
I am trying to update the target SDK to 34, but I am getting the following error during installation
adb: failed to install AppName.apk: Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl632860166.tmp/base.apk (at Binary XML file...
To comply with Google's requirement to update to TargetSDKversion=34 by August I have recompliled my project with API34 and it seems to work entirely as expected. However the IDE continues to recommend not going higher than API 33.
Can I ignore this warning and upload the API 33 package? Am I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.