I actually went into the project and explicitly updated the JDK location (which didn't work) and I've never had this problem before (though it looks like this update removed all old versions of Java).
I also can't find anywhere in Android Studio to manipulate the SDK information other than project settings (which didn't work) or if you go to something that's failing to "Setup SDK". On Fri, Oct 17, 2014 at 11:30 AM, Al Sutton <[email protected]> wrote: > The problem lies with IntelliJ IDEA (which is the core of Android Studio). > It stores the canonical path the JDK, which includes the version number, so > when you upgrade it can’t find it any more. > > Al. > > -- > Al Sutton > Funky Android Ltd. > (funkyandroid.com) > > The views expressed in this email are those of the author and not > necessarily those of Funky Android Limited, it's associates, or it's > subsidiaries. > > > On 17 Oct 2014, at 16:26, Scott Battaglia <[email protected]> > wrote: > > Hi, > > I recently received a Java update for my Macbook Pro: > > * jdk1.7.0_71.jdk > * jdk1.8.0_25.jdk > > After this update my project in Android Studio stopped being able to find > Java or Android classes and I had to reset my Project SDK for each module > in my project. > > Was this just a strange set of coincidences or was something > incompatible? I had a coworker who had the same issue. > > Android Studio: now 0.8.12 but it was 0.8.11 (or whatever one version > before was) > > Thanks > Scott > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
