项目根目录下project.properties的记录项目中所需要的环境信息,比如Android的版本等

project.properties示例如下:

[html] view plaincopy

  1. # This file is automatically generated by Android Tools. 
  2. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 
  3. # This file must be checked in Version Control Systems. 
  4. # To customize properties used by the Ant build system edit 
  5. # "ant.properties", and override values to adapt the script to your 
  6. # project structure. 
  7. # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 
  8. #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 
  9. # Project target. 
  10. target=android-17 

将target=android-xx改为需要的版本即可

最新文章

  1. selenium使用笔记(一)
  2. 续关于C#的微信开发的入门记录一
  3. 自动备份SQL数据库 并删除指定日期之前的备份文件
  4. Find the Duplicate Number
  5. android在代码中四种设置控件(以及TextView的文字颜色)背景颜色的方法
  6. 利用JS脚本通过getAttribute()和setAttribute()等对CSS样式进行操作
  7. Spring Filter components in auto scanning
  8. __builtin_popcount()
  9. 使用 windows 计划任务播放音乐文件
  10. C语言博客作业--数组
  11. udp_client函数
  12. linux怎么样显示命令历史后又显示命令的输入时间
  13. C++各种类继承关系的内存布局
  14. Socket.io各个发送消息的含义【发送对象范围】
  15. python---django中orm的使用(2)
  16. 【转载】RESTful API 设计指南
  17. 减少存储过程封装业务逻辑-web开发与传统软件开发的思维模式不同
  18. Spring mvc的web.xml配置详解
  19. Rust语言学习笔记(4)
  20. [转]ORA-28001: the password has expired解决方法

热门文章

  1. ES6 Promise对象then方法链式调用
  2. BaseDao 接口
  3. sql中in和exists的区别
  4. django ORM 批量操作:批量插入bulk_create
  5. git "Could not read from remote repository.Please make&n
  6. git---控制面板提交
  7. CSS小知识---table表格
  8. Python单元测试框架——unittest
  9. golang解析json报错:invalid character '\x00' after top-level value
  10. 会话控制Cookie的应用