We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951eca7 commit 3803159Copy full SHA for 3803159
Assets/Adjust/Scripts/Editor/AdjustEditorPreprocessor.cs
@@ -44,7 +44,7 @@ private static void RunPostProcessTasksAndroid()
44
{
45
var isAdjustManifestUsed = false;
46
var androidPluginsPath = Path.Combine(Application.dataPath, "Plugins/Android");
47
- var adjustManifestPath = Path.Combine(Application.dataPath, "Adjust/Android/AdjustAndroidManifest.xml");
+ var adjustManifestPath = Path.Combine(Application.dataPath, "Adjust/Native/Android/AdjustAndroidManifest.xml");
48
var appManifestPath = Path.Combine(Application.dataPath, "Plugins/Android/AndroidManifest.xml");
49
50
// Check if user has already created AndroidManifest.xml file in its location.
0 commit comments