docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

Missing ANDROID_HOME

Open 69pmb opened this issue 3 years ago • 0 comments

Hey ! I was testing your cordova docker image, I used the nighty version. I stumbled on this error message when I tried running cordova build android:

Failed to find 'ANDROID_HOME' environment variable. Try setting it manually.

I think that ANDROID_HOME is missing in your android Dockerfile with the same value that ANDROID_SDK_ROOT

69pmb avatar Jun 29 '22 09:06 69pmb