question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't run my device with Leku versions > 3.4.5

See original GitHub issue

Description

It works fine with 3.4.5, but in pre lollipop device gives me ClassNotFoundException, so I decided to upgrade Leku to the newest The problem is that it doens’t compile. I’m using Java 8 I’ve also tried to clean project, invalidating cache and restarting and removing manually .gradle/cache

(I’ll test it later with a clean project)

Info Required

  • Which version of the library do you actually use? 3.6.2

  • Do you have the localization permission granted? Yes

  • Are you sending parameters to the activity through the bundle?

  • Could you describe what are the actions do you make to raise that error? Compiling and running in device

  • Android monitor shows any log related to the library when the error is shown? Gradle messages error_leku

Full Gradle Console messages run with --stacktrace

  • Any other thing that could help me to reproduce the error? Gradle configuration:
android {
    compileSdkVersion 26
    buildToolsVersion '26.0.2'
    defaultConfig {
        applicationId "-"
        minSdkVersion 16
        targetSdkVersion 26
        versionCode -
        versionName "-"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        multiDexEnabled true
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:42 (19 by maintainers)

github_iconTop GitHub Comments

2reactions
yeray697commented, Jan 22, 2018

I have good and bad news. The bad one is that I got the error again (?) The good one is that cloning it and importing it as a module to the project works good

I think it’s android studio’s fault.

Take a look to this solution @rahuldange09

1reaction
rahuldange09commented, Jan 9, 2018

@ferranpons I’m extremely sorry… github recommendation. No i don’t have GeocoderPressenter class in my project.

Read more comments on GitHub >

github_iconTop Results From Across the Web

A device driver is not installed or a hardware device does not ...
Go to step 3, "Use Windows Update to find a device driver." ... a message that states that Windows has to install driver...
Read more >
How to connect your Android device
Learn how to connect your app in Android Studio to your physical Android device.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found