Skip to content
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

Aapt broken and cannot recognize Android 5.0+ attributes #36

Open
IriaSomobu opened this issue Dec 17, 2017 · 7 comments · May be fixed by #42
Open

Aapt broken and cannot recognize Android 5.0+ attributes #36

IriaSomobu opened this issue Dec 17, 2017 · 7 comments · May be fixed by #42

Comments

@IriaSomobu
Copy link

/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light'.
/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:5: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:4: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:14: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material'.
/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:16: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:15: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
@tranleduy2000
Copy link
Owner

Fixed in version 1.2.3, you can download in https://github.com/tranleduy2000/javaide/releases/latest

@IriaSomobu
Copy link
Author

Still same problem:

/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light'.

/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:5: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.

/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:4: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.

/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:14: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material'.

/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:16: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.

/storage/emulated/0/JavaNIDE/lmn/src/main/res/values-v21/styles.xml:15: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.

@tranleduy2000 tranleduy2000 reopened this Dec 20, 2017
@IriaSomobu
Copy link
Author

@tranleduy2000 can I help you somehow?

@touficbatache
Copy link

This is happening with me also..

touficbatache added a commit to touficbatache/javaide that referenced this issue Dec 23, 2017
This should hopefully fix tranleduy2000#36. By the way, where is `rootProject.ext.compileSdkVersion` defined? @tranleduy2000
@tranleduy2000
Copy link
Owner

Hello everyone, I fixed this problem in latest commit (Update to android 21 SDK), you can download at https://github.com/tranleduy2000/javaide/releases/tag/v1.2.4

@Victhereum
Copy link

Victhereum commented Dec 23, 2017 via email

@tranleduy2000
Copy link
Owner

I fixed this problem in version 1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants