StompProtocolAndroid icon indicating copy to clipboard operation
StompProtocolAndroid copied to clipboard

Error: Activity class xxx does not exist.

Open nb312 opened this issue 7 years ago • 3 comments

when run in android studio . There is a error!

adb shell am start -n "ua.naiksoftware.stompclientexample/ua.naiksoftware.stompclientexample.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Error while executing: am start -n "ua.naiksoftware.stompclientexample/ua.naiksoftware.stompclientexample.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=ua.naiksoftware.stompclientexample/.MainActivity } Error type 3 Error: Activity class {ua.naiksoftware.stompclientexample/ua.naiksoftware.stompclientexample.MainActivity} does not exist.

Error while Launching activity

nb312 avatar May 08 '18 06:05 nb312

what, are you trying to install the library itself?

forresthopkinsa avatar May 08 '18 18:05 forresthopkinsa

No, I just install the example. it is usable now, but I dunno why.

nb312 avatar May 14 '18 05:05 nb312

@forresthopkinsa thank your answer!

nb312 avatar May 14 '18 05:05 nb312