How to properly migrate to Android X support libraries without AAPT Error ? When i tried with the latest android studio feature : by selecting Refactor > Migrate to AndroidX from the menu bar.
I encountered AAPT Errors .
Is this due to the use of old support libraries inside my libraries which i have used?
Can anyone share the correct steps/checklist to be followed while migrating to Android X ?