Due to my business trips, I would use my professional laptop for improving my skills in Android development. I don't have administrator rights, so I installed Eclipse and ADT plugin. Sadly, I had few errors when creating new Android Application Project. For exemple, for creating a new project with blank activity with fragment ; min SDK API 11 ; compile with API 18 ; target API 18, I had 50+ errors like : ...\WorkSpace\appcompat_v7\res\values-v21\themes_base.xml:146: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
I also had this king of error : Error retrieving parent for item:No resource found that matches the given name 'Theme.AppCompat.Light'.
I tried few tips to solve problems using appcompat :
I reinstalled Eclipse and ADT plugin, but nothing to do... I'm becoming crazy !
I also tried to install Android Studio using zip version, but I'm facing another issue : "No JVM installation found. Please install a 64-bit JDK. If you have already a JDK installed, define a JAVA_HOME variable in (...)."
Thanks in advance for your help.
Fred