地图模块代码更新3.0.0
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.autonavi.nge;
|
||||
|
||||
public class Common {
|
||||
static {
|
||||
System.loadLibrary("common");
|
||||
}
|
||||
public native void setCfgKeyVal(String key, String val);
|
||||
}
|
||||
Reference in New Issue
Block a user