相关疑难解决方法(0)

如何在ubuntu 12.04中设置Android SDK,NDK和JDK路径

下面是我的.bashrc文件

# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
$export=$PATH:./home/ssrp/workspace/android-sdk-linux/platform-tools
$export PATH=$PATH:./home/ssrp/workspace/android-sdk-linux/tools
$export JAVA_HOME=./usr/lib/jvm/java-6-openjdk
$export NDK=./home/ssrp/workspace/android-ndk-r9
# If not running interactively, don't do anything
[ -z "$PS1" ] && return

# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth

# append to the history file, don't overwrite it
shopt -s histappend

# for setting history length see HISTSIZE and …
Run Code Online (Sandbox Code Playgroud)

terminal ubuntu android path environment-variables

4
推荐指数
1
解决办法
3万
查看次数

标签 统计

android ×1

environment-variables ×1

path ×1

terminal ×1

ubuntu ×1