Android Question Unknown type: stdactionbar

dnaci

Member
Licensed User
Longtime User
Hello. I'm getting this error. What is the solution?

B4A version: 6.50
Parsing code. Error
Error parsing program.
Error description: Unknown type: stdactionbar
Are you missing a library reference?
Occurred on line: 21 (Main)
Dim bar As StdActionBar
 

Attachments

  • error.PNG
    error.PNG
    32.4 KB · Views: 281

dnaci

Member
Licensed User
Longtime User
I solved the problem. I can add jar library file.

tools/configurepaths/additinional/StdActionBar.jar
 
Upvote 0
Top