clean code but app won't work
clean code but app won't work
http://localhost:63342/-dnmx7eyt5qt81ikj125hc4xxyfyaia04pcuum/thejustjava/app/src/main/res/layout/activity_main.xml
I used the following java and xml code to create justjava app (LINKS: https://gist.github.com/udacityandroid/273e1273286e5169c87d) and (https://gist.github.com/udacityandroid/609dbb5370ba0665955a) but when i try to start the app, this message appears: XML document structures must start and end within the same entity.
Any assistance with this issue?
Check all your xml files. try commenting out files one by one. You can narrow it down this way. Then examine carefully starting and closing of tags
– Suhaib Roomy
Jun 29 at 19:03
Can you be more clear about which part of
XML document structures must start and end within the same entity
is not making sense?– csmckelvey
Jun 29 at 19:05
XML document structures must start and end within the same entity
localhost:63342/-dnmx7eyt5qt81ikj125hc4xxyfyaia04pcuum/…
– Binjabr
Jun 29 at 19:53
I mean we obviously can't connect to your machine as
localhost
lol– EpicPandaForce
Jun 29 at 20:14
localhost
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
show YOUR code from YOUR project. you are missing a end tag somewhere in your layout. (or other xml doc)
– DroiDev
Jun 29 at 19:02