Skip to content

Instantly share code, notes, and snippets.

@pcamp96
Created November 18, 2014 00:47
Show Gist options
  • Save pcamp96/fdc131ce12efb3a061f9 to your computer and use it in GitHub Desktop.
Save pcamp96/fdc131ce12efb3a061f9 to your computer and use it in GitHub Desktop.
frameworks/base/services/core/jni/com_android_server_location_GpsLocationProvider.cpp:1337:41: error: variable or field 'navigation_message_callback' declared void
static void navigation_message_callback(GpsNavigationMessage* message) {
^
frameworks/base/services/core/jni/com_android_server_location_GpsLocationProvider.cpp:1337:41: error: 'GpsNavigationMessage' was not declared in this scope
frameworks/base/services/core/jni/com_android_server_location_GpsLocationProvider.cpp:1337:63: error: 'message' was not declared in this scope
static void navigation_message_callback(GpsNavigationMessage* message) {
^
frameworks/base/services/core/jni/com_android_server_location_GpsLocationProvider.cpp:1527:1: error: expected '}' at end of input
} /* namespace android */
^
@Epirex
Copy link

Epirex commented Feb 24, 2015

How to solve the error? I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment