Android Design Extensions 4.5 debug error

Taking some time to do some work in Android I decided to take a look at the design extensions created by @Martin_T . I have been unable to get very far as yet with them and have the error ‘Android Compiler (Declares) Unresolved reference ‘print’ come up when imported into my own app.

I am also unable to get the design extensions demo running with this error “Android Compiler
(Declares) Unresolved reference ‘setProgressBackgroundTintList’”.

Any ideas what I am doing wrong? I have imported the AndroidDesignExtensions folder.

I’m sure you don’t use the latest Xojo version?

Hello Martin, 2026 1.1, current version is what I am using.

You have to add androidx.print:print:1.1.0 to the Android Project Dependencies (as documented at Release Version 4.1 · XojoGermany/AndroidDesignExtensions · GitHub).

Apologies for the delay its been a busy week. The demo project contains the dependency but on running it produces this error, Android Compiler
(Declares) Unresolved reference ‘setProgressBackgroundTintList’.

This same error in my app after adding the dependancy.

Please share your project as I can’t reproduce this.