Android Question Cannot access excluded module: main

jeronimovilar

Active Member
Licensed User
Longtime User
Hi,
when i try Compile my source, its show: (sorry my english)
B4X:
Compiling code.    Error
Error compiling program.
Error description: Cannot access excluded module: main
Error occurred on line: 67
If Main.PegarIP = True Then
Word: main

What is happening?
 

drgottjr

Expert
Licensed User
Longtime User
compiling to library can cause that error. is that what you were doing?
 
Upvote 0
Top