ABWifi Lib Compiling Problem

Firpas

Active Member
Licensed User
Longtime User
I'm doing a service module with ABWifi Lib to use as GPS but I get this erroe when compiling:

Compiling generated Java code. Error
javac 1.6.0_25
src\andestas\firpas\com\servicegps.java:84: cannot find symbol
symbol : class AB
location: class andestas.firpas.com.com
public static com.AB.ABWifi.ABWifi _mywifi = null;
^
1 error

Anyone Know anything about it?
Thanks in advance for your cooperation.
 

Firpas

Active Member
Licensed User
Longtime User
Yes, both files are are located in the libraries folder.
I also uses other libraries in the same project:
Core v 1.90
Geocoder v 1.10
GPS v 1.00
HTTP v 1.20
JSON v 1.00
Phone v 1.75
SQL v 1.02
TurnGPS v 1.10
WebViewExtras v 1.10

And my B4A v 1.90.

So far, the application works well, but only declare the variable
Sub Process_Globals
Dim MyWiFy as ABWiFi
End Sub

Or

Sub Globals
Dim MyWiFy as ABWiFi
End Sub

and error occurs.

I`ve downloaded the example Wifi&SoftGPS and it work fine in my system but no my application.

I do not understand
 

Firpas

Active Member
Licensed User
Longtime User
Here you have my proyect.
 

Attachments

  • ABWifiTest.zip
    9.5 KB · Views: 319
Top