You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling the example, I"m getting the following error:
[javac] /home/yair/NetBeansProjects/Geofencing/platforms/android/src/com/coolappz/Geofencing/ProximityReceiver.java:25: error: cannot find symbol\n
[javac] Intent cordovaIntent = new Intent(context.getApplicationContext(), HelloCordova.class);\n
[javac] ^\n
[javac] symbol: class HelloCordova\n
[javac] location: class ProximityReceiver\n
Please assist,
Yair
The text was updated successfully, but these errors were encountered:
Hi,
When compiling the example, I"m getting the following error:
[javac] /home/yair/NetBeansProjects/Geofencing/platforms/android/src/com/coolappz/Geofencing/ProximityReceiver.java:25: error: cannot find symbol\n
[javac] Intent cordovaIntent = new Intent(context.getApplicationContext(), HelloCordova.class);\n
[javac] ^\n
[javac] symbol: class HelloCordova\n
[javac] location: class ProximityReceiver\n
Please assist,
Yair
The text was updated successfully, but these errors were encountered: