Tagged Questions
0
votes
1answer
57 views
RunTimeException in ButtonFragment class
I'm getting a runtime exception from my buttonfragment.class. I doing a fragmented button bar, each button with it's own layout and activity. I've been changing things around and can't figure out ...
0
votes
0answers
2k views
(Android) Unable to start activity ComponentInfo: java.lang.NullPointerException
I have a problem, I get RuntimeException everytime I try to start a new activity with this code:
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case ...
1
vote
3answers
231 views
Android Activity can not be instantiated
Recently I have installed Ubuntu 12.04 in place of my Win7. I use Eclipse Juno / Java7. But when I am trying to Run my application I get the following line of errors although everything is in its ...
3
votes
4answers
2k views
Android: Activity not registered in the manifest
<uses-sdk android:minSdkVersion="7" />
<application
android:description="@string/app_description"
android:icon="@drawable/icon"
android:label="@string/app_name"
...
2
votes
4answers
6k views
Android unable to start activity, error inflating class?
I'm new to android. I have some java knowledge, and I'm using Eclipse.
At the moment I'm trying to display a map within a tab, and am looking at tutorials/code to help me. :)
I've seen a few ...