We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've got this in my log. Can you help me with it?
I/Samsung Accessory SDK(14951): Samsung Accessory SDK version: 2.0.19 D/SAAgent (14951): Inside onCreate of Intent Service E/AndroidRuntime(14951): FATAL EXCEPTION: Thread-1511 E/AndroidRuntime(14951): Process: com._.app:remote, PID: 14951 E/AndroidRuntime(14951): java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.samsung.accessory.api.ISAFrameworkManager } E/AndroidRuntime(14951): at android.app.ContextImpl.validateServiceIntent (ContextImpl.java:2039) E/AndroidRuntime(14951): at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:2147) E/AndroidRuntime(14951): at android.app.ContextImpl.bindService(ContextImpl.java:2125) E/AndroidRuntime(14951): at android.content.ContextWrapper.bindService(ContextWrapper.java:559) E/AndroidRuntime(14951): at com.samsung.accessory.api.SAAdapter.a(Unknown Source) E/AndroidRuntime(14951): at com.samsung.accessory.api.c.a(Unknown Source) E/AndroidRuntime(14951): at com.samsung.android.sdk.accessory.SAAgent$1.run(Unknown Source) E/AndroidRuntime(14951): at java.lang.Thread.run(Thread.java:818) V/ApplicationPolicy( 943): isApplicationStateBlocked userId 0 pkgname com._.app:remote
May be it's connected with this tiopic? http://developer.samsung.com/forum/board/thread/view.do?boardName=SDK&messageId=278482
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've got this in my log. Can you help me with it?
I/Samsung Accessory SDK(14951): Samsung Accessory SDK version: 2.0.19
D/SAAgent (14951): Inside onCreate of Intent Service
E/AndroidRuntime(14951): FATAL EXCEPTION: Thread-1511
E/AndroidRuntime(14951): Process: com._.app:remote, PID: 14951
E/AndroidRuntime(14951): java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.samsung.accessory.api.ISAFrameworkManager }
E/AndroidRuntime(14951): at android.app.ContextImpl.validateServiceIntent (ContextImpl.java:2039)
E/AndroidRuntime(14951): at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:2147)
E/AndroidRuntime(14951): at android.app.ContextImpl.bindService(ContextImpl.java:2125)
E/AndroidRuntime(14951): at android.content.ContextWrapper.bindService(ContextWrapper.java:559)
E/AndroidRuntime(14951): at com.samsung.accessory.api.SAAdapter.a(Unknown Source)
E/AndroidRuntime(14951): at com.samsung.accessory.api.c.a(Unknown Source)
E/AndroidRuntime(14951): at com.samsung.android.sdk.accessory.SAAgent$1.run(Unknown Source)
E/AndroidRuntime(14951): at java.lang.Thread.run(Thread.java:818)
V/ApplicationPolicy( 943): isApplicationStateBlocked userId 0 pkgname com._.app:remote
May be it's connected with this tiopic?
http://developer.samsung.com/forum/board/thread/view.do?boardName=SDK&messageId=278482
The text was updated successfully, but these errors were encountered: