As I also asked in https://stackoverflow.com/questions/45187269/meteorcannot-find-the-android-home-when-i-try-to-build-via-ubuntu-even-though-i
As link descibes I am trying to build a meteor app for android but I get some errors when I try to add the platform for android to my meteor project using ubuntu 16.04.2LTS. But I get the following error:
✗ Android target: Android SDK not found. Make sure that it is installed. If it is not at the default location, set the >ANDROID_HOME environment variable.
✗ Gradle: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.
Looked here: /home/pcmagas/Λήψεις/tools/tools/templates/gradle/wrapper
The mystery behind this error is that I installed the android SDK and I have set the path into ANDROID_HOME
enviromental variable as you can see in he following commands (and in the link above):
$ echo $ANDROID_HOME
/home/pcmagas/Λήψεις/tools
(The $ indicates the command)
Also I exported the path having some extra info:
export $PATH="$PATH:$ANDROID_HOME/bin"
And I use the sdk only tools provided via google and not the whole android studio. Any ideas?