Android Question Old apps won't compile

alex2103

Member
Licensed User
Longtime User
After a long pause in development, I try to compile old applications and, of course, they do not work. Many libraries and dependencies have already been updated... some of which I can fix, some I don’t understand where they come from at all :cool:
For example, here it is:
compile:
B4A Version: 12.50
Parsing code.    (0.23s)
    Java Version: 14
Building folders structure.    (0.02s)
Compiling code.    (0.26s)
Compiling layouts code.    (0.02s)
Organizing libraries.    Error
Maven artifact not found: com.google.code.findbugs/jsr305
Source: Preferences

need help
 

alex2103

Member
Licensed User
Longtime User
It comes from the Preferences library which is indeed a library that should no longer be used. I suggest you to switch to B4XPreferencesDialog.
Thanks for the quick response. Perhaps there is another solution? I don't really want to remake the old product.
 
Upvote 0
Top