ERROR: Your project contains extensions that conflict with internal libraries

[GenerateClasses] Task succeeded in 29.037 seconds
[RunD8] Starting Task
[RunD8] ERROR: Your project contains extensions that conflict with internal libraries.
[RunD8] INFO: Help: You can either remove the conflicting extensions OR add “-d8fix” at the end of your app’s version name to fix this automatically.
[RunD8] INFO: Note: “-d8fix” might result in unexpected behaviour in some cases.
[RunD8] ERROR: Classes and conflicting external packages:

  • “android.support.v4.os.ResultReceiver”: [“listvalf.com.valflist”]
    [RunD8] ERROR: d8 failed.
    [RunD8] Task errored in 613.885 seconds

show me ur imports
also librery

Maybe try reading error message a few times.

Taifun…

A post was split to a new topic: Error running AAPT

build:
  release:
    # Optimizes the extension on every release build.
    optimize: true

  # If enabled, you will be able to use Java 8 language features in your extension.
  desugar:
    enable: true
    desugar_deps: true

assets:
  # Extension icon. This can be a URL or a local image in 'assets' folder.
  icon: icon.png
  # Extension assets.
  # other:
  #   - my_awesome_asset.anything

# Extension dependencies (JAR).
deps:
  - recyclerview-1.4.0.jar
  - universal-image-loader-195.jar
  - androidx.cardview-100.jar
  - androidx.core-160.. change name ad -d8fix still not work

But when i use Niotron no problem to generate apk, but in Kodular problem with that.

Then you already gave yourself the solution​:+1:

deps:
  - revycleview110.jar
  - universal-image-loader-195.jar
  - androidx.cardview-100.jar
  - androidx.core-160.jar 

my question is universal imageloader cannot commbine with androidx class in aix?