Commit 6353659
Log what is happening during path selection (#46)
Downstream, in the proprietary parts of Xamarin.Android, there are
some strange errors occurring, such as:
Task "InstallPackageAssemblies"
InstallPackageAssemblies Task
...
AndroidSdkPath: /Users/builder/android-toolchain/sdk
AndroidNdkPath: /Users/builder/android-toolchain/ndk
JavaSdkPath: /usr
Xamarin.Android.Common.Debugging.targets(479,2): error ADB0000: Error finding Android/Java SDKs […/monodroid/tests/runtime/Xamarin.Android.RuntimeTests.csproj]
Xamarin.Android.Common.Debugging.targets(479,2): error ADB0000: System.InvalidOperationException: Could not determine Android SDK location. Please provide `androidSdkPath`. […/monodroid/tests/runtime/Xamarin.Android.RuntimeTests.csproj]
Xamarin.Android.Common.Debugging.targets(479,2): error ADB0000: at Xamarin.Android.Tools.AndroidSdkInfo..ctor (System.Action`2[T1,T2] logger, System.String androidSdkPath, System.String androidNdkPath, System.String javaSdkPath) [0x0004b] in <5fd439f4454d4cc18bc8c35d2b4c840c>:0 […/monodroid-pr/monodroid/tests/runtime/Xamarin.Android.RuntimeTests.csproj]
Xamarin.Android.Common.Debugging.targets(479,2): error ADB0000: at Xamarin.AndroidTools.AndroidSdk.Refresh (System.String androidSdkPath, System.String androidNdkPath, System.String javaSdkPath) [0x00000] in <9cb77bd2eef54f10a4aa7622ee40470d>:0 […/monodroid-pr/monodroid/tests/runtime/Xamarin.Android.RuntimeTests.csproj]
We are having a lot of trouble even figuring out what is going on,
since the EXACT SAME paths worked earlier in the same build. Earlier
in the log `ResolveSdks` worked just fine!
I'm hoping this logging information will help us troubleshoot this
issue and other scenarios in the future.1 parent 3ef860b commit 6353659
1 file changed
+9
-3
lines changedLines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
133 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
141 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
142 | 148 | | |
143 | 149 | | |
144 | 150 | | |
| |||
0 commit comments