Help me!
I encountered an error when i code in part "linking activities with content" in "Beginning Android Application Development" book. This error is "The JAR file C:\Program Files\Android\android-sdk\platform\android-16\android.jar has no source attachment.
Detaily, i have an activity which contain a button. When click on this one call to an other activity but appear error above.
startActivity(new Intent( “packagename.ACTIVITY2”));
How I can fix?
I encountered an error when i code in part "linking activities with content" in "Beginning Android Application Development" book. This error is "The JAR file C:\Program Files\Android\android-sdk\platform\android-16\android.jar has no source attachment.
Detaily, i have an activity which contain a button. When click on this one call to an other activity but appear error above.
startActivity(new Intent( “packagename.ACTIVITY2”));
How I can fix?