Android Question ExoPlayer error - failed linking references

Drago Bratko

Active Member
Licensed User
Longtime User
On compiling project, I have this error:

B4X:
Linking resources    Error
c:\android\tools\..\extras\b4a_remote\androidx\core\core\1.7.0\unpacked-core-1.7.0\res\values\values.xml:113: error: resource android:attr/lStar not found.
error: failed linking references.

This started when I include ExoPlayer.
Also, ExoPlayer example project hase same error on compiling.

I have downloaded both depends aar files and and library files.

Any ideas?
 
Solution
I sucseed to handle it ... for info if anybody would have same issue.

Delete all from "Android" folder.
Download "Android SDK Command line tools" and "required resources" (described here ) and extract it to "Android" folder.
After that all is working fine.
Top