Android IDE (AIDE) Support Forum

AIDE paid samples won't compile?

Hi All,

I’m playing around with AIDE and trying to run some of the samples that you can open when you’ve paid for AIDE.

In particular I’m trying the API demos sample. However, when I try and run it I get a bunch of compiler errors.

A lot of the errors are various android. graphics.Canvas.MATRIX_SAVE_FLAG unknown member type errors.

When I look at the error list and I noticed that in the griddle file (that I assume tells the compiler which modules to include). The line

compile "com.android.support:support-v4:19.1.+"

AIDE tells me that it can’t find this file, (I’m assuming most of the other errors are because this dependency hasn’t loaded which means a whole bunch of “var not found” type errors.)

Can anyone suggest what this file contains, com.android.support:support-v4:19.1.+, and where I can get it or change the griddle file to reference the latest version.

Many thanks in advance

Chris