Question by
unity_nmWdaA9HyUf_dA · Jan 03, 2018 at 11:49 PM ·
androidandroid buildandroid-manifest
Error to import Unity project with Vuforia to Android Studio 3.0
Hi,
As the title says, i have a problem with import in Android Studio, an unity project, with the error:
Error:Execution failed for task ':Vuforia7SI:processDebugAndroidTestManifest'.
is also present at [:VuforiaWrapper:] AndroidManifest.xml:19:18-44 value=(false). Suggestion: add 'tools:replace="android:debuggable"' to element at manifestMerger1358168485974008065.xml:7:5-9:19 to override.Manifest merger failed : Attribute application@debuggable value=(true) from manifestMerger1358168485974008065.xml:7:18-43
So what i did, i create a simple unity (2017.3.0f3) project with Vuforia 7, a simple Image Target. the next step is export the project in the following way:
![UnityExport][1] [1]: https://scontent.fscl1-1.fna.fbcdn.net/v/t34.0-12/26647947_10214892485526500_911683330_n.png?oh=6c754a1974af95bdb50d80a8b302d83e&oe=5A4EA6B7
so, i imported the folder as a Module in Android Studio (Version 3.0) and i fix the simples errors (change in the gradle apply plugin: 'com.android.application' -> apply plugin: 'com.android.library', other fix was change the "compile" -> "Implementation", all this in the gradle from unity project).
but the problem with the manifest I have not been able to fix, I did what it says in the suggestion (i added the next line in the Manifest tag)
tools:replace="android:debuggable"
, but a new problm happens
Error: tools:replace specified at line:15 for attribute android:debuggable, but no new value specified Vuforia7SI main manifest (this file), line 14
I appreciate any help you can give me
regards
Comment
Your answer
Follow this Question
Related Questions
Unable to merge android manifests 1 Answer
Android re-package error - CommandInvokationFailure 0 Answers
Unable to convert classes into dex format 12 Answers
AndroidManifest-main.xml merging error 6 Answers
build android problem 1 Answer