I try to run this test project Android AR quickstart
I have message that SDK is not found. I put ANDROID_HOME env.variable though I have the same error.
My local.properties file in gradle scripts is as:
ndk.dir=G:\#Android\Sdk\ndk-bundle sdk.dir=G:\#Android\Sdk
Is path in sdk.dir is written correctly?
(Actual path to sdk is G:#Android\sdk)