My Application Crashes On Startup
My app crashes on startup without showing any error. I can't find why. I tried many solutions, but in vain here is MainActivity.java package com.example.android.mycourses; import
Solution 1:
Try cleaning your build: (Settings -> Applications -> MyApp -> Memory -> Clear data) has been known to fix class loader problems.
Otherwise there might be a problem in your xml layouts.
Post a Comment for "My Application Crashes On Startup"