-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appcompat res styles and other files missing #267
Comments
?? WTF ?? Manfred I think you better raise this with Xavier and Tor. |
Created a ticket too: https://code.google.com/p/android/issues/detail?id=81444&thanks=81444&ts=1417517175 |
Wait - I think they may have crammed all of the files in /res/values into /res/values/values.xml in the aar |
Ah yes It looks like it. So IntelliJ cannot resolve anything but the product will build properly..... |
There is no reason why IntelliJ shouldn't resolve the style from there. ᐧ On Tue, Dec 2, 2014 at 8:51 PM, Benoit Billington [email protected]
|
@Shusshu you'll need to upgrade to IntelliJ 14.0.3 and the latest android-maven-plugin 4.1.1. After doing this and getting the build all migrated to use AAR as dependencies, you should be able to get things going. They added support for the 4.x series in the 14.0.3 update. |
Anyone noticed the styles/themes files from the values folder are missing from the appcompat aar (from the repository present in the android sdk) ?
if you compare the 2 folders: "android-sdk\extras\android\support\v7\appcompat\res\values"
and the aar res folder you will see big differences.....
is this another bad formatted aar from gradle?
The text was updated successfully, but these errors were encountered: