AkshayChordiya / News

A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
MIT License
848 stars 166 forks source link

help #14

Closed Rakhimjon closed 6 years ago

Rakhimjon commented 6 years ago

I am runnig app this error : Program type already present: android.support.v4.os.ResultReceiver Message{kind=ERROR, text=Program type already present: android.support.v4.os.ResultReceiver, sources=[Unknown source file], tool name=Optional.of(D8)} what is this akshay please help me

AkshayChordiya commented 6 years ago

Are you getting this error while compiling the code or it's a run-time issue?

Rakhimjon commented 6 years ago

run time issue

AkshayChordiya commented 6 years ago

That's most probably because I have switched the dependencies to AndroidX. Try adding following lines in your gradle.properties:

android.useAndroidX=true
android.enableJetifier=true

Refer this SO post for more info: https://stackoverflow.com/questions/50387207/error-while-merging-dex-program-type-already-present-android-support-v4-os-resu

AkshayChordiya commented 6 years ago

Closing this issue due to no updates.