This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256462

Summary: netbeans asking for android_home eenviromet variable even though it is mentioned in bashrc
Product: ide Reporter: souparno
Component: libsAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description souparno 2015-11-09 13:44:22 UTC
I have mentioned the ANDROID_HOME enviroment variable in my .bashrc file, yet netbeans is asking for it.
below is a script from my .bashrc

export ANDROID_HOME=/home/bonnie/adt/sdk
export PATH=${ANDROID_HOME}/tools:${PATH}
export PATH=${ANDROID_HOME}/platform-tools:${PATH}
export PATH=${ANDROID_HOME}/build-toold:${PATH}
export PATH=/home/bonnie/adt/android-ndk-r10e:${PATH}