Skip to content

Commit 3803159

Browse files
committed
fix: update default android manifest location based on new folder structure
1 parent 951eca7 commit 3803159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Adjust/Scripts/Editor/AdjustEditorPreprocessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private static void RunPostProcessTasksAndroid()
4444
{
4545
var isAdjustManifestUsed = false;
4646
var androidPluginsPath = Path.Combine(Application.dataPath, "Plugins/Android");
47-
var adjustManifestPath = Path.Combine(Application.dataPath, "Adjust/Android/AdjustAndroidManifest.xml");
47+
var adjustManifestPath = Path.Combine(Application.dataPath, "Adjust/Native/Android/AdjustAndroidManifest.xml");
4848
var appManifestPath = Path.Combine(Application.dataPath, "Plugins/Android/AndroidManifest.xml");
4949

5050
// Check if user has already created AndroidManifest.xml file in its location.

0 commit comments

Comments
 (0)