小编Dam*_*era的帖子

谷歌地图仅显示Android白屏

我做了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 …

java xml android google-maps

5
推荐指数
2
解决办法
1万
查看次数

字符串到json对象的URL

我试图从String URL创建一个JSON对象但没有成功

我有这个:

var URL = "http://localhost/index.php?module=search&param1=4";
Run Code Online (Sandbox Code Playgroud)

我需要这个:

var dir = index.php;
var result = {
           module:'search',
           param1:4
             };
Run Code Online (Sandbox Code Playgroud)

任何人都可以帮我代码吗?

javascript jquery json

1
推荐指数
1
解决办法
5875
查看次数

标签 统计

android ×1

google-maps ×1

java ×1

javascript ×1

jquery ×1

json ×1

xml ×1