when building an .apk file for Android in Unity with the Wikitude SDK I always get the Error: Gradle Error: Colliding Attributes.
I hope someone had the same problem or can solve this, because I really don't know what to do.
I would be very happy if someone could help me here!
I use Unity 2019.3.6f1 and Wikitude SDK Expert Edition for Unity 9.0.
Attached is the error log with the error itself and a video of the development process in unity, if this helps (see link*).
Thanks in advance! :)
Best regards,
Sebastian
*Link for the video: https://1drv.ms/v/s!AlxZ4c5bmzbug_MUntWtUsJlufLlrg
Error Message:
This error means that there are multiple conflicting settings for that attribute in you project. To get around this you will need to edit your AndroidManifest.xml file in your Plugins/Android folder.
If you look at the logs it will tell you a "Suggestion" on how to fix it. Just go add that override for the attribute in your AndroidManifest.xml file.
Related
Ia m building react native app thats compatible with both ios and android platforms. But when I am trying to Build signed APK on Android Studio for Android platform then I am getting No resource found error in AndroidManifest file even though these files exist - anyone any idea ?
build.gradle
I think this must be a simple typo - you misspelled mipmap (you typed mitmap instead) - change the line from android:icon="#mitmap/ic_launcher into android:icon="#mipmap/ic_launcher. Hopefully the other error also disappears after fixing this? Please give it a try and let me know.
Try to run a clean after correcting the typos
I had a problem with my android studio not creating the R.java file ( which its still not doing ) but ontop of that, im getting this error which I dont understand at all.
as well as this error
Please help.
This might java error.
check your java version you might need to update your java.
so I started Titanium after a month or so to test a project code. When I am running the code, I am getting
ERROR: Asset package include '/root/.titanium/mobilesdk/linux/3.3.0.GA/android/titanium.jar' not found
I am not sure what is the issue?
Couldn't find anything related to this on Google.
Anyone else faced this? Your help will be appreciated.
So this answer fixed it for me. Do not forget to remove the directories under build tools which are above API 20.
It will work.
I am getting this error when loading my workspace in eclipse.
An error has occurred.See the log file
D:\XXX\App_name\.metadata\.log.
I can able to open other workspaces and also able to create new onw.I didnt save the copy of my code.Please anyone help me?
Thanks!!!
Thanks for all who commented for my question.I tried your answers but I can resolve that issue by removing this folder from my .plugin folder,
.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi.
Thanks
Try typing the following in the console:
C:\path\to\eclipse\eclipse -clean
I faced similar problem while running Eclipse neon with Java 9(latest). I used to get error in .metadata.log . Class not found exception.
Checked in eclipse forum and they had a know error with Java 9. Work around was to use java 8. I tried that and it worked for me. Fix should be out anytime soon.
There are other work around but i did not need it since my project required java 8 anyhow.
When you try to add plugins via Eclipse IDE (Help->install new software) the problem occurs.
I suggest you to get the relevant plugin using there official website or in IDE (Help ->Eclipse market place).
Just now am starting to build apps on android.I added ADT plugin form this site https://dl-ssl.google.com/android/eclipse/
Then I did File->new->other->Android->Android Sample Project->Support13Demos[Android Support Library] think that this some demo so that i could learn something but its says "FragmentTabHost cannot be resolved to a type" in one of the files I had 2 more errors which i resolved by downloading the 2 jars android-support-v4.jar and android-support-v13.jar.but this error doesnt seem go i think these to need a jar i am finding it very difficult to get that.Any suggestions on this would be helpful.
As am trying Android for the time please do tell if i have assumed/trying something wrong thanks