The setContentView(R.layout.webview)
method is throwing ResourceNotFoundException when am trying to run the sample metaio sample app. I checked the folder structure, I deleted the R.java
resource file and it got recreated.
The Project Structure :
The resource generated file
The log error
The webview file is present.. Then why is it throwing the ResourceNotFoundException
?
Any ideas?