ubuntu 下 intellij idea 配置android 开发环境

来源:互联网 发布:海关数据怎么查 编辑:程序博客网 时间:2024/05/22 13:39

refs:

http://stackoverflow.com/questions/23750238/how-to-import-xml-code-style-into-android-studio


1)

可以从android的google source code上获取android的配置

在development/ide/下有如下ide的配置
eclipse  emacs  intellij  xcode

如 development/ide/intellij$ ls
build.xml  codestyles  fileTemplates  IndecentExposure.xml  make+intelligen.sh  moduleDefinitions  p4.sh

2)对于linux系统一般在用户目录下

$ ls   ~/.IdeaIC13/config/
codestyles  componentVersions  filetypes   keymaps  plugins  quicklists  templates
colors      fileTemplates      inspection  options  port     tasks       tools

3)拷贝到相应目录下,如codestyle的对拷。


0 0
原创粉丝点击