What should I enter to config.xml or what should I do in general, to have PhoneGap Build application\'s splash screen displayed correctly on Android device in lands
config.xml
Phonegap Build now uses the Cordova configuration style. When specifying the density, append port- or land- to specify portrait or landscape:
density
port-
land-
Old configuration style
It can be done since April 2014 in Phonegap Build by using the gap:qualifer, eg
gap:qualifer
See this and this article for details.