This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

downgrading android studio

 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i cant use the new logcat with latest studio and there is no option to go back to old one in exerimental so i downloaded old flamingo but when i open any project i get error

The project is using an incompatible version (AGP 8.1.4) of the Android Gradle plugin. Latest supported version is AGP 8.0.2
See Android Studio & AGP compatibility options.

but studio cant download it so how do i fix this as i cant stand the new one you cant even do printout of get errors it makes troubleshooting immpossible any help would be great thanks as atm i cant develop
 
Saloon Keeper
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The big logcat change seems to have happened more than a year ago. Is https://alexzh.com/new-logcat-5-features-for-effective-android-app-debugging/ what you're talking about?

If Android Studio has upgraded your project to something that earlier versions can't handle, can't you take a backup of your project from before that update, and use that instead?

But in general, I'd advise to accept that software changes, and get used to it. Getting stuck with an obsolete version is not really feasible in the long run.
 
john bean
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for reply the new logcat sucks but hyou could turn it off up until this update so it looks like i and from what i have read 90% of develeopers just have to try debug with no way of printouts etc wtf are google thinking
 
Tim Moores
Saloon Keeper
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't use Android Studio, so I don't know how bad usability could be for something this simple, but as for debugging, have you tried using breakpoints instead?
 
john bean
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for suggestion but i have just excepeted to learn to use new logcat the reason i dont get printouts is System.out.println() does not work with it i must use Log.d("Tag",  "string");
 
Then YOU must do the pig's work! Read this tiny ad. READ IT!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic