Open mvij opened 5 years ago
Any solution??
The layout file magicretry_fragment.xml
in layout-v11 res folder has ?android:attr/android:progressBarStyleSmall
at line 126. It should be ?android:attr/progressBarStyleSmall
or ?attr:progressBarStyleSmall
yes.Correct. But it is not accessible to change the xml. . So it has to be done at Payu side.
yes.Correct. But it is not accessible to change the xml. . So it has to be done at Payu side.
have you found the temporary solution?
Create a folder within main res folder and create the xml file according to last comment of the link " https://stackoverflow.com/questions/57588753/aapt-error-resource-androidattr-androidprogressbarstylesmall-not-found" . it will override payumoney xml file.
Create a folder within main res folder and create the xml file according to last comment of the link " https://stackoverflow.com/questions/57588753/aapt-error-resource-androidattr-androidprogressbarstylesmall-not-found" . it will override payumoney xml file.
Thank you its working
When i try to build this lib using Android Studio 3.5.0, i get the following error
AGPBI: {"kind":"error","text":"Android resource linking failed","sources":[{"file":"/home/vijith/.gradle/caches/transforms-2/files-2.1/0c1b042f08a50764c3d60743091442f0/jetified-magicretry-1.0.7/res/layout-v11/magicretry_fragment.xml","position":{"startLine":120}}],"original":"/home/vijith/.gradle/caches/transforms-2/files-2.1/0c1b042f08a50764c3d60743091442f0/jetified-magicretry-1.0.7/res/layout-v11/magicretry_fragment.xml:121: AAPT: error: resource android:attr/android:progressBarStyleSmall not found.\n ","tool":"AAPT"}
What is the gradle plugin version you are using?
Have the same problem migrating androidx
When i try to build this lib using Android Studio 3.5.0, i get the following error
AGPBI: {"kind":"error","text":"Android resource linking failed","sources":[{"file":"/home/vijith/.gradle/caches/transforms-2/files-2.1/0c1b042f08a50764c3d60743091442f0/jetified-magicretry-1.0.7/res/layout-v11/magicretry_fragment.xml","position":{"startLine":120}}],"original":"/home/vijith/.gradle/caches/transforms-2/files-2.1/0c1b042f08a50764c3d60743091442f0/jetified-magicretry-1.0.7/res/layout-v11/magicretry_fragment.xml:121: AAPT: error: resource android:attr/android:progressBarStyleSmall not found.\n ","tool":"AAPT"}