Skip to main content

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

Oh, I forgot to mention that I did note that Google has started to deprecate some APIs in JavaParser in favour of new ones with IntelliJ specific objects.

On Mon, Jul 25, 2016 at 11:46 PM, Matthew Piggott <misc@xxxxxxxxxx> wrote:
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