Im using B4A 8.80
Follow the steps suggested and compiling I got this error:
Maven artifact not found: com.google.auto.value/auto-value-annotations
I search the forum and find this from erel to download and paste:
https://www.b4x.com/android/forum/t...gle-auto-value-auto-value-annotations.103181/
Download, unzip and paste to the Android dir.
Then continuous trying to compile and adding SDK modules till when I got this errors:
Generando el fichero R. Error
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res4\res\values\values.xml:28: error: Attribute "layout_anchorGravity" already defined with incompatible format.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res11\res\values\values.xml:30: Original attribute defined here.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res4\res\values\values.xml:67: error: Attribute "layout_insetEdge" already defined with incompatible format.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res11\res\values\values.xml:67: Original attribute defined here.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res4\res\values\values.xml:84: error: Attribute "layout_dodgeInsetEdges" already defined with incompatible format.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res11\res\values\values.xml:86: Original attribute defined here.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res3\res\values\values.xml:36: error: Attribute "fontProviderFetchStrategy" already defined with incompatible format.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res8\res\values\values.xml:42: Original attribute defined here.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res3\res\values\values.xml:51: error: Attribute "fontProviderFetchTimeout" already defined with incompatible format.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res8\res\values\values.xml:54: Original attribute defined here.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res3\res\values\values.xml:61: error: Attribute "fontStyle" already defined with incompatible format.
C:\b4android\SourceCode\PortIt\Objects\bin\extra\res8\res\values\values.xml:62: Original attribute defined here.
What must I do?
Thanks