我做了al程序添加谷歌地图api但我得到这个错误.抱歉语言不好.
09 12:20:55.359: W/dalvikvm(5918): Unable to resolve superclass of Lmaps/a/du; (406)
01-09 12:20:55.359: W/dalvikvm(5918): Link of class 'Lmaps/a/du;' failed
01-09 12:20:55.359: W/dalvikvm(5918): Unable to resolve superclass of Lmaps/a/ej; (2358)
01-09 12:20:55.359: W/dalvikvm(5918): Link of class 'Lmaps/a/ej;' failed
01-09 12:20:55.359: W/dalvikvm(5918): Unable to resolve superclass of Lmaps/j/k; (2374)
01-09 12:20:55.359: W/dalvikvm(5918): Link of class 'Lmaps/j/k;' failed
01-09 12:20:55.359: E/dalvikvm(5918): Could not find class 'maps.j.k', referenced from method maps.y.ae.a
01-09 12:20:55.359: W/dalvikvm(5918): VFY: unable to resolve new-instance 3566 (Lmaps/j/k;) in Lmaps/y/ae;
Run Code Online (Sandbox Code Playgroud)
这是manifest.xml …
我试图从String URL创建一个JSON对象但没有成功
我有这个:
var URL = "http://localhost/index.php?module=search¶m1=4";
Run Code Online (Sandbox Code Playgroud)
我需要这个:
var dir = index.php;
var result = {
module:'search',
param1:4
};
Run Code Online (Sandbox Code Playgroud)
任何人都可以帮我代码吗?