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 - netbeans asking for android_home eenviromet variable even though it is mentioned in bashrc
Summary: netbeans asking for android_home eenviromet variable even though it is mentio...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: libs (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 13:44 UTC by souparno
Modified: 2015-11-09 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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}