influencia0406 / java-ide-droid

Automatically exported from code.google.com/p/java-ide-droid
0 stars 0 forks source link

Aapt does not work on android 1.5 #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Aapt was built with target sdk 10, min sdk 7
2. on my device is present only sdk7 libraries
3. aapt dont run with unsatisfied link error

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

aapt was normally built for sdk 7 and works on my device and optionally 
supports sdk4.
What version of the product are you using? On what operating system?
1.4, 2.1

Please provide any additional information below.
newer android versions unavalible on my device

Original issue reported on code.google.com by mitt...@sibmail.com on 26 Mar 2012 at 7:18

GoogleCodeExporter commented 8 years ago
sorry, 2.1, not 1.5

Original comment by mitt...@sibmail.com on 26 Mar 2012 at 7:20

GoogleCodeExporter commented 8 years ago
Due to the file dependencies, aapt was built for Android 2.3
It seems that not all dependant files are actually used. That's why it also 
runs on Android 2.2.1

I have never tested it on Android 2.1, but yes, it is very well possible that 
aapt does not run there.

Original comment by tom.ar...@gmail.com on 28 Mar 2012 at 5:21