B4A Library StdActionBar - Another ActionBar library

sigster

Active Member
Licensed User
Longtime User
Thanks Erel
I try the " Android Action Bar Style Generator" I can change the background but the text color in the bar is black
 

miguelconde

Member
Licensed User
Longtime User
does the stdActionBar need some dependency?, Because i had this errror when i add it.
A referenced library is missing: android-support-v4

I can see the lib fine in the libs tab, (StdActionBar (version: 1.52)
But when i compiled it i have the error.

Thank
 

MaFu

Well-Known Member
Licensed User
Longtime User
Search for the latest android-support-v4.jar in your android sdk tree (normally found in sdk-path\extras\android\compatibility\v4) and copy it in your additional libs folder.
 

corwin42

Expert
Licensed User
Longtime User
does the stdActionBar need some dependency?, Because i had this errror when i add it.
A referenced library is missing: android-support-v4

I can see the lib fine in the libs tab, (StdActionBar (version: 1.52)
But when i compiled it i have the error.

The StdActionbar does not have such a dependency. You must have another library selected which needs the support library.
 

miguelconde

Member
Licensed User
Longtime User
I just download the sample project, I opened and compiled. I got that error.

Parsing code. 0.00
Compiling code. 0.05
Compiling layouts code. 0.02
Generating R file. 1.26
Compiling generated Java code. 1.83
Convert byte code - optimized dex. Error
A referenced library is missing: android-support-v4
 

Wembly

Member
Licensed User
Longtime User
A fix for the crash issue will be soon available. The fix for the icon click event will probably not be available before November 3.

@Erel - Please advise if fix available or when will be as my app is now receiving negative reviews & ratings in Google Play as it currently does not work on Android 5.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…