Android Question App crashes wrapper issue??

tsteward

Well-Known Member
Licensed User
Longtime User
I was working my app and it now crashes. I changed the code back to how it was but keep getting this error when trying to load layout.

Line 108 is : Activity.LoadLayout("KeyHSV")

 

Computersmith64

Well-Known Member
Licensed User
Longtime User
A bit obvious (& probably wrong) but have you possibly declared a view with the wrong type? Eg: Do you have a button in the layout that you have declared as an ImageView in your code (or vis-a-vis)?

- Colin.
 
Upvote 0

tsteward

Well-Known Member
Licensed User
Longtime User
I have not changed anything to do with views or layouts. I was just changing some sql coding and now I have this issues.
I have even gone back and restored an autobackup from two weeks ago and it has the same error.

I don't understand how this can be.
 
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
I would but I don't see the point. I have reverted to two week old version of my app that was working fine and now is not......
Ok - well if you search the forum there are a couple of similar threads (at least one of which was resolved), so you might be able to figure it out from those.

- Colin.
 
Upvote 0