i exported a unity3d project to a google android project.
The project contains a WWW request for posting a highscore.
It works fine in Unity and on Android Devices when i build it with Unity.
But whe n i export the project to a Google Android Project and compile it with eclipse, everything works fine except posting the highscore.
Maybe you ran in the same problem as we did (on iOS though). We checked for the www.error == null if we can proceed. With 4.3.3 Unitys www.error is not null anymore (would be very nice if that would have been mentioned in the release notes!!!), but is empty. So if you’re developing with C#, use string.IsNullOrEmpty(www.error) and give it a try.