dehghanimeh / ics-openvpn

Automatically exported from code.google.com/p/ics-openvpn
0 stars 0 forks source link

adt 18 vs 18.0.1 build #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I installed gradle 1.6 and adt-bundle-linux-x86_64-20130729 on ubuntu 
12.04LTS
2. Did ./misc/build-native.sh and it worked fine.
3. Did "gradle build" and it errored with 

:compileDebugAidl FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileDebugAidl'.
> failed to find Build Tools revision 18.0.0

I changed build.gradle from 

    buildToolsVersion "18"

to

    buildToolsVersion "18.0.1"

and then the build worked ok, save for two instances of this during 
compileDebug and compileRelease:

Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

I think there is some syntax for allowing buildToolsVersions of "18 and 
anything higher than 18" but I don't know gradle well enough and the attempts I 
made at using "18.0.+" didn't work.

Original issue reported on code.google.com by eponymou...@gmail.com on 7 Aug 2013 at 2:36

GoogleCodeExporter commented 9 years ago
For now you can install build Tools 18.0.1 alongside build tools 18 (and 17 for 
that matter). See the tools/android installer. What the bigger plan of google 
is and if need to update the gradle build now everytime and new minor version 
is out.... no idea.

Original comment by arne@rfc2549.org on 7 Aug 2013 at 2:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision beb0e017ee7b.

Original comment by arne@rfc2549.org on 7 Aug 2013 at 3:00