Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[andmore-dev] Android N

I started a branch updating to the Android N SDK, however it appears that at the moment Google isn't distributing everything required via the Android SDK Manager.

AFAICT com.android.ide.common.rendering.LayoutLibrary in sdk-common.jar expects layoutlib-api.jar's com.android.ide.common.rendering.api.Bridge to have API_CURRENT = 17 whereas 15 is currently distributed.I'm going to check the android-studio-bundle and see if it includes it, otherwise it might be possible to build it ourselves if we could figure out which branch/tag (....).

I suppose ideally the N support would make it into SR1 so it probably beats phones with N. I've also started looking at updating dependencies so we can use the latest orbit / neon repositories.

Back to the top