Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Some conflicts were found in the installation area" error when updating Android Studio to latest patch

I am running Android Studio 2020.3.1, and while updating to 2020.3.1 Patch 1 I get this error:

enter image description here

It seems it is missing this file:

Contents/jre/Contents/Home/Frameworks/JavaNativeFoundation.framework/Versions/A/._JavaNativeFoundation.tbd

Is there a workaround I can use to fix this?

like image 649
Neigaard Avatar asked Aug 19 '21 09:08

Neigaard


1 Answers

I encountered the same issue. It indeed seems that ._JavaNativeFoundation.tbd is missing in Android Studio.app/Contents/.... There's actually no need to delete Android Studio and reinstall again. I resolved it by downloading the latest Android Studio from the official website, and replacing the old Android Studio.app with the newly downloaded one (drag-and-drop/copy-paste).

like image 76
Tianyao Chen Avatar answered Oct 16 '22 12:10

Tianyao Chen