Commit 33e2576
committed
[Xamarin.Android.Build.Tasks] _CompileToDalvikWithDx invoked after modifying .cs file in a referenced library project
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58865
In this case the problem was being caused by the fact that the
AndroidManifest.xml was constantly being modified. The item
<meta-data android:name="android.support.VERSION" android:value="25.4.0" />
was constantly being duplicated in manifest. As a result it
was always newer and was triggering a change of build targets.
So we need to double check we are NOT adding 100% duplicate
values to the manifest.1 parent bafb47c commit 33e2576
File tree
1 file changed
+17
-1
lines changed- src/Xamarin.Android.Build.Tasks/Utilities
1 file changed
+17
-1
lines changedLines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
404 | 420 | | |
405 | 421 | | |
406 | 422 | | |
| |||
0 commit comments