在工程文件夹的build.gradle文件中的增加以下内容:
android {    signingConfigs {        debug {            storeFile file("your.keystore")        }    }}
参考自:http://stackoverflow.com/questions/17189076/what-is-the-equivalent-of-eclipse-custom-debug-keystore-in-android-studio

更多相关文章

  1. Android 删除SD卡文件和文件及创建文件夹和文件
  2. Android在SDcard建文件夹(在Android中移动文件必用)
  3. 关于Android初级逻辑思考(续)——android文件夹讲解
  4. Android多国语言文件夹命名
  5. android 安卓创建文件夹
  6. Android中遍历文件夹、比较文件类型测试
  7. Android 文件夹命名规范 国际化资源
  8. android project 文件夹

随机推荐

  1. 分享网站群发站内信数据库表设计
  2. SQL高级应用之使用SQL查询Excel表格数据
  3. 用sql语句实现分离和附加数据库的方法
  4. Cont()与Where().Count()有时性能差别如
  5. SQL2000 全文索引完全图解
  6. mssql insert into 和insert into select
  7. sql2005 存储过程分页示例代码
  8. SQL Server 服务器优化技巧浅谈
  9. sqlserver 自动备份所有数据库的SQL
  10. 得到自增列的下一个会插入的id