Hey guys ?
I was going to update my build with the new version of B4A ver 11.5.
The problem is that this program uses the "Preference" library version 3.
I have used this library and the following methods in about 500 lines
PreferenceManager1.GetString2
PreferenceManager1.RemoveKey
But in the new version of B4A 11.5 I get the following error
It is recommended to use the " PreferenceActivity " library instead
But the following methods are not available in this library
.GetString2
.RemoveKey
Is it possible to synchronize the "Preference" library with the new version B4A 11.5 ?
or
?update the "PreferenceActivity" library to a new version with new method
Thank you
I was going to update my build with the new version of B4A ver 11.5.
The problem is that this program uses the "Preference" library version 3.
I have used this library and the following methods in about 500 lines
PreferenceManager1.GetString2
PreferenceManager1.RemoveKey
But in the new version of B4A 11.5 I get the following error
B4X:
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.08s)
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.
It is recommended to use the " PreferenceActivity " library instead
But the following methods are not available in this library
.GetString2
.RemoveKey
Is it possible to synchronize the "Preference" library with the new version B4A 11.5 ?
or
?update the "PreferenceActivity" library to a new version with new method
Thank you