kittinunf / fuel

The easiest HTTP networking library for Kotlin/Android

Home Page:https://fuel.gitbook.io/documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.ClassNotFoundException: Didn't find class "com.github.kittinunf.fuel.core.FuelManager" on path: DexPathList

triandamai opened this issue · comments

Bug Report

Description

Hi, I'm trying to implement Fuel in an android app I'm working on.
When I start my application I get error java.lang.ClassNotFoundException Didn't find class "com.github.kittinunf.fuel.core.FuelManager" on path: DexPathList

Screenshots

image

  • OS: Windows 10
  • IDE: Android Studio
  • Fuel version: 2.3.1
  • Kotlin version: 2.3.1

Smartphone or Emulator

Complete the following information if applicable

  • Device: Samsung A51
  • OS: Android 11

DO you have a minimal reproducible example?