When I try to compile the GPSExample I receive the following error message:
Compiling generated Java code. Error
javac 1.7.0_51
src\B4A\GPSExample\main.java:372: error: package uk.co.martinpearman.b4a.webviewextras does not exist
public uk.co.martinpearman.b4a.webviewextras.WebViewExtras _mapviewerextra = null;
The program Basic4Android shows the library WebViewExtras (V1.40) under the tab "Libs".
The files WebViewExtras.jar and WebViewExtras.xml lying in the "Libraries"-directory.
Why the compiler think, that the packages does not exist ?
What's the reason for the error ?
Compiling generated Java code. Error
javac 1.7.0_51
src\B4A\GPSExample\main.java:372: error: package uk.co.martinpearman.b4a.webviewextras does not exist
public uk.co.martinpearman.b4a.webviewextras.WebViewExtras _mapviewerextra = null;
The program Basic4Android shows the library WebViewExtras (V1.40) under the tab "Libs".
The files WebViewExtras.jar and WebViewExtras.xml lying in the "Libraries"-directory.
Why the compiler think, that the packages does not exist ?
What's the reason for the error ?