0

I made a project back in 2015 and have not used Android Studio since. Today I loaded file and everything was working but I clicked the new version available which loaded 3.3 computer crashed and I had to load AS from AS website. New version 3.3 is the version but now I get errors when loaded project. I have been working through the errors but stuck on gradle. 2.2 is required and current version 4.10. here is the file for gradle and its correct, C:/Projects/Android_Studio/SimpleRGB-Working/SimpleRGB/.gradle/gradle-2.2-src/gradle-2.2

Any thoughts ?

Bobby
  • 659
  • 2
  • 13
  • 26
  • You're probably going to want to walk through all your dependencies and upgrade them – Kai Feb 21 '19 at 00:19
  • Yes I have tried most of the solutions posted.https://stackoverflow.com/questions/44546849/unsupported-method-baseconfig-getapplicationidsuffix – Bobby Feb 21 '19 at 01:10
  • Make sure that your gradle-wrapper.properties is referencing the updated version – Kai Feb 21 '19 at 02:02

1 Answers1

0

Decided to cancel the app and will no longer search for solution.

Bobby
  • 659
  • 2
  • 13
  • 26