I am attempting to learn how to use the Android NavigationDrawer and I created a small demo app by copying the code seen here https://github.com/javatechig/AndroidNavigationDrawer. I was able to successfully compile the code and run the app, but whenever I select one of the choices in the NavigationDrawer to open up a webpage in the WebView, I see nothing within the Webview. My logcat is showing no errors, but I am receiving a message that says:
W/AwContents: nativeOnDraw failed; clearing to background color
I have attempted the solutions proposed in this question here, but none of them have seemed to resolve my issue. If somebody could help me figure out how to get these web pages to appear in the WebView, that would much appreciated.
Edit: FYI, my project SDK is the Android API 19 Platform and I am working in JetBrains IntelliJ community edition.