Uh oh!
There was an error while loading. Please reload this page.
Update API description and Android SDK components for P preview 3. - #1728
Conversation
The API updates are regeneration from the xamarin-android-docimporter-ng tool fixes.
atsushieno
commented
May 24, 2018
There is a bunch of removal of |
atsushieno
commented
May 24, 2018
Relevant Java.Interop PR: dotnet/java-interop#325 |
jonpryor
commented
May 24, 2018
Are the Java.Interop changes required to merge this PR? |
jonpryor
commented
May 24, 2018
Why does this PR change e.g. I imagine your earlier comment was attempting to address that question, so let me rephrase it (as I'm still confused): Why is API-24 (and 25-27) being changed? API-28 would make sense, as API-P is being changed. Also, why is the subject of this PR "components for P preview 3"? The Android API-P Overview page make it look like DP2 is the current version. |
jonpryor
commented
May 29, 2018
build |
jonpryor
commented
May 29, 2018
The cause for the enumeration packageandroid.database;
publicfinalclassCursorJoinerimplementsjava.util.Iterator<android.database.CursorJoiner.Result>, java.lang.Iterable<android.database.CursorJoiner.Result>
{
publicstaticenumResult
{
BOTH(),
LEFT(),
RIGHT();
}
publicCursorJoiner(android.database.CursorcursorLeft, java.lang.String[] columnNamesLeft, android.database.CursorcursorRight, java.lang.String[] columnNamesRight) { thrownewRuntimeException("Stub!"); }
publicjava.util.Iterator<android.database.CursorJoiner.Result> iterator() { thrownewRuntimeException("Stub!"); }
publicbooleanhasNext() { thrownewRuntimeException("Stub!"); }
publicandroid.database.CursorJoiner.Resultnext() { thrownewRuntimeException("Stub!"); }
publicvoidremove() { thrownewRuntimeException("Stub!"); }
}Note that there is no What we don't currently know is why the |
jonpryor
commented
May 30, 2018
It looks like the build error is ignorable: This is probably ignorable, but just in case, let's try another build... |
jonpryor
commented
May 30, 2018
build |
jonpryor
commented
May 30, 2018
As hoped, the rebuild has no test failures. Instead, it has different unrelated (and unreported!) test failures: |
The API updates are regeneration from the xamarin-android-docimporter-ng
tool fixes.