我正在尝试将我的Android应用程序部署到新的诺基亚X安卓手机,但它似乎没有出现在设备列表中.
在网站上他们说:
*USB驱动程序可通过诺基亚X USB驱动程序包中的附加功能通过SDK Manager获得.安装后,驱动程序可以在\ extras \nokia\usb_driver文件夹中找到.*
http://developer.nokia.com/resources/library/nokia-x/getting-started/device-setup.html
我在SDK管理器中找不到它.我也试过谷歌USB驱动程序.
提前致谢!
我有这个JSON.我想得到"resource_uri"的值是"/ api/v1/client/2 /".
我正在使用Backbone/javascript.
json ['resource_uri']不起作用.
JSON是:
{
"meta": {
"limit": 20,
"next": null,
"offset": 0,
"previous": null,
"total_count": 1
},
"objects": [
{
"id": 2,
"nom": "",
"resource_uri": "/api/v1/client/2/",
"telefon": "",
"user": {
"date_joined": "2013-05-15T12:28:40",
"first_name": "",
"id": 51,
"is_active": true,
"is_staff": false,
"last_login": "2013-05-16T06:20:43",
"last_name": "",
"resource_uri": "/api/v1/user/51/",
"username": "gli"
}
}
]
}
Run Code Online (Sandbox Code Playgroud)
提前致谢.