Can't run my device with Leku versions > 3.4.5
See original GitHub issueDescription
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
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:
- Created 6 years ago
- Reactions:1
- Comments:42 (19 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
@ferranpons I’m extremely sorry… github recommendation. No i don’t have GeocoderPressenter class in my project.