What are the criteria to compile in the minimum version of Android

Asked

Viewed 82 times

1

I’m developing an app and I had to import a Github project as a module, zxing, I chose to import as a module instead of importing as a dependency because then I can edit the classes and disable most of the content I won’t use. Only that I wanted to download the minimum version required, and I was wondering if you have a list or something like that that specifies what kind of feature is required in a particular version so I can see if I can remove them and download the minimum version

1 answer

1


If you use Visual Studio:

  1. Double-click on Propriedades(Properties)
  2. In the same section that would open Aplication you will see the intended versions of copying
  3. Select the Minimum Version you want to copy and try one Build Solution
  4. In case of an error go to the section Build located in Propriedades of step 1
  5. Check the option Optmize Code and Allow Unsafe Code and try a Build Solution again

If you continue to have an error during copying it will probably refer to a lack of support from the old API on such a resource

Browser other questions tagged

You are not signed in. Login or sign up in order to post.