• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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: 43081
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).
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic