Issue with importing a code in Android Studio

Viewed 332

I am working on someone's else app, which I have cloned from another repository. While running the application, I keep on getting an error message.
The error message which I get is the following:-

Invalid injected android support version '202.7660.26.42.7351085', 
expected to be of the form 'w.x.y.z'

The system is running on OpenJDK version "1.8.0_292" The Android Studio is currently on its version 4.2.1

I tried upgrading the Android Studio, to the Canary Channel, but the problem seems to still exist.

Update The problem is solved, just upgrade to Arctic Fox(2020.3.1) and it works like a charm. The problem was, the file had dependencies, which were incompatible with my machine. So it didn't work out well initially.

2 Answers

I think maybe that android project is using some feature that is still under development and not released yet

Try to Update Android Studio, this problem appear on older versions. hope this will work

Related