Android-FilePicker
Android-FilePicker copied to clipboard
Xml properties issue for less than 26 API levels.
1.Compile Sdk Version used for library is 27.
2.API level 27 provides additional features in XML mentioned below-
-
autoSizeMin textSize
-
autoSizeStepGranularity
-
autoSize textType
3.Above mentioned properties are not available in API level less than 26. Hence, it gives issue while gradle sync.
![file_picker_library_issue] (https://user-images.githubusercontent.com/40860761/42361290-58bd4e2a-810b-11e8-9d9a-9acb9475df29.jpg)
You can do two things :
- Update your compile sdk version and build tools
- Or checkout this repo and add the library as module and remove those support library fields.
@NehaUtekar Have u solved this issue? I am also getting this same issue and I am using version 28.
@DroidNinja any fix for this issue?