I'm new here and I love Processing simplicity. Nevertheless I have one big problem. I am working on an Android app, it was working fine until I wanted to put AdMob. I work on Windows7 and processing 2.0b6.
There was no problems on the compilation but I had a weird message on the Ad bloc: "You must have AdActivity declared in AndroidManifest.xml with ConfigChanges."
I discovered the problem: I had a to recent update of AdMob SDK, but this update need an API level 13 and more. Sadly, processing don't want to be more than 10.
The lines that compile on AndroidManifest.xml are: