damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.44k stars 800 forks source link

Build depends on Ancient Android Versions (3,4,7,8) #59

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:31

What device(s) are you experiencing the problem on?

As this is a build issue, my PC.

What firmware version are you running on the device?

Not applicable.

What steps will reproduce the problem?
1. Download SDK and install recent versions.
2. Download SL4A sources.
3. Import into Eclipse.
4. Attempt to compile.

What is the expected output? What do you see instead?

I expect that it'll compile against the recent versions of the android SDK I 
have installed. Instead it throws thirty something errors about not being able 
to find android-3,-4,-7,-8.

What version of the product are you using? On what operating system?

Recent HG clone. Debian Linux (Stable).

Please provide any additional information below.

While it is nice to be able to build against older versions, requiring a 
developer who's targeting more recent releases to download (not one, but four) 
effectively obsolete versions is annoying.

Original issue reported on code.google.com by Karatorian on 15 Sep 2012 at 9:53

Copied from original issue: damonkohler/android-scripting#660