targetsdkversion=34

  1. I

    Android Question USBManager TargetSDK=34

    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...
  2. I

    Android Question adb Error -- targetSdkVersion="34" (SOLVED)

    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...
  3. R

    Android Question Android 14 - API34 IDE Warnings

    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...
Top