@David, maybe I'm missing something here, but is there something that I must do to activate the Android compatibility feature ?
I'm asking because I was expecting to see news jars in the 'libs' directory but I only see the usual 'android-support-v4.jar'
(The new compatibility feature is installed, I've double checked in the Eclipse Installation Details).
And indeed, the deployment of my Ceylon activity does not work (same problem as Diego)
As a side note, the visibilty problem on the 'R' class is still present. Actually, when I perform a 'clean' of the project, my Ceylon
activity does not compile anymore because of 'R' being invisible. The only way to make the Ceylon source see 'R' again is to
artificially 'touch' the order of the classpath in the 'Order and Export' tab.
@Diego, if you want to try a workaround, there are two things that you must do :
- check the 'exported' property of the 'Ceylon Project Module' in the classpath. (@David, this now works because the 'android.jar' module is not exported anymore right ?)
- Add the 'ceylon.language' car in the classpath, but renamed as a 'jar' (and also check the 'exported' property of this entry)
Do not use any metamodel feature in the source code though (that's an other story). With the workaround I was able to deploy and run my Ceylon Activity, but I often had to 'clean' the project because I don't know why my modifications on the source of the activity were not always takens into account in the deployment.
source code wwa