本问以创建Android Studio启动器为例:
1.运行如下命令

sudo gedit /usr/share/applications/Studio.desktop

2.在打开的编辑器里输入以下内容

[Desktop Entry]     Encoding=UTF-8     Name=Studio     Comment=Android Studio     Exec=/home/coco/Application/android-studi/bin/studio.sh     Icon=/home/coco/Application/android-studio/bin/studio.png     Terminal=false     StartupNotify=true     Type=Application

注意:其中Exec和Icon替换成<自己相应软件>解压目录下相应文件。
每行后面不要有空格。

更多相关文章

  1. Android项目命名规范
  2. Android(安卓)SDK安装是连接不上问题
  3. android编译系统 - pathmap.mk
  4. android string.xml中显示特殊字符
  5. Android中TextView首行缩进处理办法
  6. Android(安卓)NDK开发环境搭建
  7. windows环境下获取安卓应用的MD5签名,SHA1签名,SHA256签名等(适用于
  8. Android(安卓)- 安卓报错Error:Could not determine artifacts f
  9. Android开发の开发环境搭建

随机推荐

  1. android 4.4.3 css hack 写法
  2. Android(安卓)加速度传感器 (G-Sensor)
  3. android之Menu 实例与详解
  4. Android中使用log4j
  5. gradle常见问题解决笔记
  6. android菜鸟学习笔记15----Android(安卓)
  7. xUtils3注解方式编程
  8. [android]转发andorid基础知识
  9. Android(安卓)LCD(四):LCD驱动调试篇
  10. Android(安卓)开发中涉及到的设计模式