Android Question lineSeparator()

KentB

Member
Licensed User
Longtime User
Tried the Simple Library compiler with some java files from a Netbeans/JavaFX project:
symbol: method lineSeparator()
location: class System
error can't find symbol

How can I rewrite this part ? Assume I must use code specifically for Android ? Didn't try the B4J_LibraryCompiler.
 

Roycefer

Well-Known Member
Licensed User
Longtime User
Are you trying to compile a B4A library or a B4J library? JavaFX projects won't compile to a B4A library.
 
Upvote 0
Top