Android Question Compile Errors

Giovanniluca Vuono

Member
Licensed User
Longtime User
Hi Everyone,
after installing new version I got a 2 compilation Errors :
Organizzazione Librerie. (0.00s)
(AndroidX SDK)
Compilazione risorse Error
c:\android\android-sdk\extras\android\support\v7\cardview\res: error: failed to open directory: Impossibile trovare il file specificato. (2).
and after commenting the block of code that was giving me error..
Error: B4A line: 124
MDB.withToolbar(ActionBar)
src\madmiciu\npsrodini\actsaldi.java:591: error: cannot access Toolbar
mostCurrent._mdb.withToolbar((androidx.appcompat.widget.Toolbar)(mostCurrent._actionbar.getObject()));
^
class file for android.support.v7.widget.Toolbar not found
Last time I compiled the APP was in 2019 with an old version of B4A (8.40 I think).
Has anyone fixed these problems?
Thanx
 

Giovanniluca Vuono

Member
Licensed User
Longtime User
You don't need any special library to create cards.

There are many options for toolbar, including a simple panel with icons / buttons / whatever.
Using this..Is it possibile to insert icons in dynamic menu? Like the screen.
SmartSelect_20220117-145429.jpg
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Using this..Is it possibile to insert icons in dynamic menu? Like the screen.
yes.
 
Upvote 1
Top