I just had this problem with 0.8.11 two days ago and was able to solve it by deleting the gradle/, .gradle/, and .idea/ folders along with the .imls.
I believe that removing the gradle/ and .gradle/ folders was what really solved it, as it had tried removing the IntelliJ files previously with no luck. In any case, this combination finally solved the issue for me. On Friday, October 10, 2014 9:52:19 PM UTC-5, liatsineam wrote: > > in my .iml file > <orderEntry type="jdk" jdkName="Android API 20 Platform" jdkType="Android > SDK" /> > > On Friday, October 10, 2014 10:21:10 PM UTC+8, Karel Michek wrote: >> >> Try to replace >> <orderEntry type="jdk" jdkName="Maven Android API 19 Platform" >> jdkType="Android SDK" /> >> with >> <orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android >> SDK" /> >> in your.iml file >> >> On Thursday, September 25, 2014 10:11:54 AM UTC+2, liatsineam wrote: >>> >>> already com.android.application >>> >>> 在 2014年9月25日星期四UTC+8上午10时41分26秒,Jonathan Steele写道: >>>> >>>> should be apply plugin: 'com.android.application' >>>> >>>> On Tuesday, September 23, 2014 10:35:30 AM UTC-4, [email protected] >>>> wrote: >>>>> >>>>> After downloading and installing Android 0.8.11, I imported my Gradle >>>>> based Android project that uses Gradle Android plugin 0.13.0 and Gradle >>>>> 2.1. After the import was complete, I opened build.gradle. All of the >>>>> Gradle symbols associated with the Gradle Android plugin are marked as >>>>> "cannot resolve symbol". The following issue is open to cover this. This >>>>> is also an issue with the latest IntelliJ IDEA 14 EAP build. The >>>>> attached >>>>> screen shot shows what I am seeing. >>>>> >>>>> >>>>> -- 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.
