Question Detail

VelocityTracker: Couldn't open '/dev/touch' (Permission denied). Can any one tell me how to resolve this error

6 years ago Views 1769 Visit Post Reply


Thread Reply

Anonymous

- 6 years ago

There's a problem in your XML. You are trying to Close that tag which is not started.

 

<FrameLayout>
--- <RelativeLayout>
-------- <Button></Button>
--- </RelativeLayout>
--- </RelativeLayout> *THIS*
</FrameLayout>

 

Anonymous

- 5 years ago

this Error Occur when your View part has some problem So check your View Part of Error Page.