Application Crashes When Activity Starts
My android project crashes when I try to move from one class to another, and I always get the same error. I have possibly removed some files when I was adding external some jars. H
Solution 1:
You need to add INTERNET
permission in your Manifest. Logcat clearly says that.
Post a Comment for "Application Crashes When Activity Starts"