I created a simple ionic app and when i try to build the android app using
ionic build android
I come across this error:
Parsing C:\Users\myuser\AppData\Local\Android\Sdk\tools\package.xml
Errors during XML parse:
javax.xml.bind.UnmarshalException
- with linked exception:
[java.net.MalformedURLException]
Additionally, the fallback loader failed to parse the XML.
Failed to download any source lists!
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> Failed to find Build Tools revision 23.0.3
* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
BUILD FAILED
My android SDK is fully installed.there is the SDK Manager:
Is there any idea what can be wrong? I'm using Windows 10 64-bit Operating System and all the environment variables is already set:
and