Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

webview example gives an error

 
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this is my main class



this is my webview class


this is main.xml



this is webview.xml



attached is the error i am getting when debug the code.please advise.
error.gif
[Thumbnail for error.gif]
error
 
Bartender
Posts: 4179
22
IntelliJ IDE Python Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi sameera,

Can you copy and paste the exact error message you get into a post, rather than showing a screenshot? The screenshot you gave does not show an error, it seems to show the launch sequence (but not all of it) a warning (which we can't read all of) and the fact that the code is in a break point (but not where the break point is). Providing the actual error message will give us more information.
 
shawn peter
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it says android jar has no source attachement
x.gif
[Thumbnail for x.gif]
source
 
Rancher
Posts: 43075
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As Steve said, please do not post screenshots of error messages, but take the time to copy the error message and post them here. That makes it much easier to search and quote those messages. Should also be faster for you.

That's not really an error message, and it should not interfere with debugging. All it means is that you can't step into the code of the Android classes (which is generally not required for debugging you code).
 
I didn't say it. I'm just telling you what this tiny ad said.
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic