Android Question Compile errors

svitol

Member
Hi, I have this error whne i try to compile .
Can you help me please?

B4X:
c:\android\tools\..\extras\b4a_remote\androidx\constraintlayout\constraintlayout\2.1.1\unpacked-constraintlayout-2.1.1\res\values\values.xml:1481: error: Attribute "android:translationX" has already been defined
c:\android\tools\..\extras\b4a_remote\androidx\constraintlayout\constraintlayout\2.1.1\unpacked-constraintlayout-2.1.1\res\values\values.xml:1485: error: Attribute "android:translationY" has already been defined
c:\android\tools\..\extras\b4a_remote\androidx\constraintlayout\constraintlayout\2.1.1\unpacked-constraintlayout-2.1.1\res\values\values.xml:1488: error: Attribute "android:translationZ" has already been defined
c:\android\tools\..\extras\b4a_remote\androidx\savedstate\savedstate\1.1.0\unpacked-savedstate-1.1.0\res\values\values.xml:3: error: Found tag id where item is expected
c:\android\tools\..\extras\b4a_remote\androidx\lifecycle\lifecycle-viewmodel\2.3.1\unpacked-lifecycle-viewmodel-2.3.1\res\values\values.xml:3: error: Found tag id where item is expected
c:\android\tools\..\extras\b4a_remote\androidx\lifecycle\lifecycle-runtime\2.3.1\unpacked-lifecycle-runtime-2.3.1\res\values\values.xml:3: error: Found tag id where item is expected
 

svitol

Member
Hi @Erel, now the compilation haven't any error, the app is installed on device but not start the debugger (usb) (with another app work fine).
Thi is my log without filter.
After installation i have a debug rapid error not connect to process
 

Attachments

  • log.txt
    300.4 KB · Views: 118
  • debug errore.JPG
    debug errore.JPG
    18 KB · Views: 128
Upvote 0
Top