C carloschueca Member Licensed User Longtime User Feb 8, 2014 #1 Hi erel. I intend to load a new activity with StartActivity but always get this. My Code is Sub ImageView1_Click StartActivity(Activity2) End Sub What´s the problem? Thanks in advance Erel. Best Regards!
Hi erel. I intend to load a new activity with StartActivity but always get this. My Code is Sub ImageView1_Click StartActivity(Activity2) End Sub What´s the problem? Thanks in advance Erel. Best Regards!
klaus Expert Licensed User Longtime User Feb 8, 2014 #2 Did you add Activity2 in the IDE ? IDE menu Projec / Add New Module / Activity Module Upvote 0
C carloschueca Member Licensed User Longtime User Feb 8, 2014 #3 Definitely,Klaus any other ideas? Thanks Upvote 0
klaus Expert Licensed User Longtime User Feb 8, 2014 #4 You should post your project as zip file so we can see what you have done and how instead of leaving it up to us trying to guess what you could have done wrong. Upvote 0
You should post your project as zip file so we can see what you have done and how instead of leaving it up to us trying to guess what you could have done wrong.
C carloschueca Member Licensed User Longtime User Feb 8, 2014 #5 Thanks a lot Kalus but I fixed it. Simply I deleted the activity and then I created it again. And Now It runs. It was very rare. Upvote 0
Thanks a lot Kalus but I fixed it. Simply I deleted the activity and then I created it again. And Now It runs. It was very rare.