I am new to Java and Android development. I want to show a splashscreen in my PhoneGap 2.2.0 Android App, but when I add
super.setIntegerProperty("splashscreen", R.drawable.splash);
to my main class (extending DroidGap) Eclipse is throwing the error 'splash cannot be resolved or is not a field'.