Ionic android build Error - Failed to find 'ANDROID_HOME' environment variable

前端 未结 12 1454
庸人自扰
庸人自扰 2020-12-23 19:41

I am trying to build android for ionic in linux but its showing me an error like this

     [Error: Failed to find \'ANDROID_HOME\' environment variable. 
           


        
12条回答
  •  离开以前
    2020-12-23 20:02

    Download the android SDK http://developer.android.com/sdk/installing/index.html

    You only export the path of SDK folder.

    export ANDROID_HOME="YOUR_PATH/sdk/"

提交回复
热议问题