Android Question Are you missing a library reference? - YES I AM !!!

Andre Stefan

New Member
Licensed User
Longtime User
I am getting this error and after time reading various treads I can't figure out how to get rid of it ...

B4A Version: 9.30 BETA #2
Java Version: 11
Parsing code. Error
Error parsing program.
Error description: Unknown type: asyncstreams
Are you missing a library reference?
Error occurred on line: 13 (Main)
Dim AStreams As AsyncStreams
 

Andre Stefan

New Member
Licensed User
Longtime User
Oh yes ... YES .... RandomAccessFile library ... How could I have not known ! And the full answer for those who make their first program and don't know where the libraries are hiding is:

LOOK IN THE LOWER RIGHT CORNER OF YOUR BIG SCREEN!

upload_2019-7-6_10-9-20.png


Thanks emexes for the super-quick answer !!!
 
Upvote 0
Top