SDK initialization failed! Accessory Framework Not installed

Yeah, that’s true. it works in my debug build, and when doing a release it’s not working and the android app crashes sometimes. sometimes it doesn’t connect with my app without crashing it. check the pdf under this topic.

Obfuscating the Application Using ProGuard

you can refer to that pdf to find out more information. please refer to the below link to get it.

the last two lines of above proguard rules, I added those as below.

-keepclassmembers class com.las.gum.activity.** { *; }
-keep class com.las.gum.activity.** { *; }

inside that activity package, my Tizen connection related SAAgent extended classes exists.

Good luck!