Android Question compiler error message: package ... does not exist

mertl

New Member
Licensed User
Longtime User
Hello,

First of all: I know B4A since three days and I'm very excited! As VB6 developer it's very easy to use and to understand!

Now, I have a little problem: I'm using the StringFunctions lib but it doesn't work. The compiler returns an error message: "package ADR.stringdemo does not exist". You can see code and the message in the attached screenshot.

Thank you for any ideas to solve the problem!

Thanks,
Michael
 

Attachments

  • screenshot.jpg
    screenshot.jpg
    282.4 KB · Views: 303

mmi

Member
Licensed User
Longtime User
Hi Erel,

I'm having the same problem with the StringFunctions library not working. I have tried using the following versions (v1.01, V1.04 ) but keep getting the same error on compilation:
--------------------
Parsing code. 0.01
Compiling code. 1.87
Compiling layouts code. 0.05
Generating R file. 0.52
Compiling generated Java code. Error
javac 1.7.0_17
src\b4a\example\main.java:271: error: package ADR.stringdemo does not exist
public ADR.stringdemo.stringfunctions _sf = null;
^
1 error
---------------------

Other libraries work as expected.

I am using B4A - V3.00 and the 'About' box says Registered Version?
Any ideas?
MMI
 
Upvote 0
Top