我已经使用主/详细信息流模板创建了一个应用程序,现在我想将Palette中的Google MapView添加到activity_item_detail.xml,如下所示:
attempt to insert Map into Master/Detail Flow
项目编译,但是当我在模拟器中启动应用程序并在项目列表中选择项目时,模拟器中的应用程序崩溃。我不确定如何解决这个问题。我必须做什么步骤?我在哪里添加其他代码?如果我只是向item_detail_container添加一个按钮,那么就会发生同样的事情。非常感谢您的帮助!
activity_item_detail.xml如下:
**var mysql = require('mysql')
//credentials for the database
var connection = mysql.createConnection({
host :'localhost',
user :'root',
password :'root',
database :'dw'
});
...etc**
答案 0 :(得分:0)
因为你没有显示任何logcat输出,我假设 您必须添加Google Map API才能查看地图并避免崩溃
参见地图api参考:https://developers.google.com/maps/documentation/android-api/config