dependencies

  1. walterf25

    B4J Question Help with Project Error in Release Mode (SOLVED)

    Hi everyone, I have been trying to figure out an issue I am having with a project i've been working on at work, the project consists of many dependencies, but the issue I am seeing is that if I run the project in Debug mode the project runs fine, but when I try to run it in Release Mode, then I...
  2. Lucas Siqueira

    Android Question Gradle Dependencies Online https://maven.sumup.com/releases

    I'm trying to integrate with the sumup solo machine. in the documentation (https://github.com/sumup/sumup-android-sdk/tree/master) talks about dependencies: 1. Dependency Add the repository to your gradle dependencies: allprojects { repositories { maven { url...
  3. M

    Java Question Simple Library Compiler can't find AndroidX packages

    Hello, I'm trying to wrap a library, but when I try to compile it with Simple Library Compiler it says that it cant find the AndroidX packages that the library uses. However when I add let's say for example the androidx-core classes.jar to the libs folder it proceeds to the next package. The...
  4. U

    iOS Question error check dependencies armv7 arm64

    Hello, this morning I've updated a mac mini I bought. Now it runs High Sierra OS and I installed XCode 9.4. It's the first time I try to compile on a local host. My previous attempts were on the hosted service. I created new compilation settings, certificates, and so on. When I try to compile in...
Top