targetsdkversion=30

  1. Duque

    Android Question More problems with this targetSdkVersion=30

    I am receiving this message on different devices after setting the targetSdkVersion = 30 and I don't know how to solve it since it works in some cell phones of the same brand and with the same api level and in others it does not. help
  2. Duque

    Android Question [RESOLVED]Problems with targetSdkVersion=30

    Friends some solution for this, in targetSdkVersion=29- shows the image in both controls, in targetSdkVersion=30 does not help File.Copy(File.DirAssets,"like.jpg",File.DirInternal,"like.jpg") Dim src As String = File.DirInternal & "/like.jpg" ImageView1.Bitmap = LoadBitmap(src, "")...
  3. A

    Android Question targetSdkVersion=30

    Hi all. I have 2 questions. 1. Do I need to change my from targetSdkVersion=29 to targetSdkVersion=30 now? 2. Is there any previous Android versions such between 4 and 10 that don't support targetSdkVersion=30 ? Because as far as I know some of my users still using phones with Android...
Top