Setting android reference absolute path in projectfile produces errors

Using the Android SDK template, the elements file contains (omitting “cooper”)

Now EBild says:

Reference ‘android’ was resolved to ‘d:\Flucke\AndroidNew\platforms\android-34\android.jar’ for target ‘Cooper-Android’.

If i now replace the “android” reference with the resolved location like so:

EBuild says:

Reference ‘d:\Flucke\AndroidNew\platforms\android-34\android’ was resolved to ‘d:\Flucke\AndroidNew\platforms\android-34\android.jar’ via absolute path for target ‘Cooper-Android’.

Should be the same, right ? But the project doesn’t compile anymore :frowning:

org.me.androidapplication 1.bugreport.txt (13.0 KB)

Sorry, the web app removed the intresting projectfile parts.

First Part (replaced the greater then signs etc…)

ItemGroup
Reference Include=“android” /
/ItemGroup

Second Part:
ItemGroup
Reference Include=“d:\Flucke\AndroidNew\platforms\android-34\android.jar” /
/ItemGroup