I can't compile on android

vaingglory

  • Posts: 17
Hello, I have version 4.0.2 and every time I try to compile on android, it gives me errors that you can't find websites, I put some examples

Level:     INFO
When:      2020-07-21 09:09:57:983
From:      stencyl.sw.util.StreamGobbler

[haxelib.exe] Resource missing. [HTTP GET: https://dl.google.com/dl/android/maven2/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom]

[haxelib.exe] Failed to get resource: HEAD. [HTTP HTTP/1.1 403 Forbidden: http://jcenter.bintray.com/com/android/tools/build/bundletool/0.9.0/bundletool-0.9.0.pom)]

[haxelib.exe] Failed to get resource: HEAD. [HTTP HTTP/1.1 403 Forbidden: http://jcenter.bintray.com/com/android/tools/common/26.5.1/common-26.5.1.pom)]
[haxelib.exe] Failed to get resource: GET. [HTTP HTTP/1.1 403 Forbidden: http://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom)]


[haxelib.exe] Resource missing. [HTTP HEAD: https://dl.google.com/dl/android/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar]

[haxelib.exe]    > Could not resolve org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50.

Any help about it

Thank you


Luyren

  • *
  • Posts: 2810
My Stencyl resources are available here: https://luyren.itch.io/
Cutscenes, RPG Elements, Particles, Map System and many more.

vaingglory

  • Posts: 17
Thanks, I found the problem I had, following the links, the problem was that there were links with "http" and they had to be "https", thanks;);)