Hi,
The following error message on compiling my project has just started happening:
readmessage_subs_0.java:72: package anywheresoftware.b4a.phone.Phone does not exist
It happens on the second line of code:
Dim vr As VoiceRecognition
vr.Initialize("ReadMessage")
vr.Language="en"
If I take out that line it happens on the .Language line. I am referencing the Phone library, other projects compile fine, this project compiled fine last night, this morning it is refusing to.
Do you have any ideas?
Thanks,
Richard