kumakore / kumakore-sdk

Kumakore SDK
http://www.kumakore.com
3 stars 0 forks source link

app could not find class android.support.v4.app.NotificationCompat$BigTextStyle #9

Open chbfiv opened 10 years ago

chbfiv commented 10 years ago

https://app.asana.com/0/7331140212593/7503728139090

our app developer is seeing this in the logcat:

08-29 23:22:50.698: E/dalvikvm(13920): Could not find class 'android.support.v4.app.NotificationCompat$BigTextStyle', referenced from method com.kumakore.Notification.onNotify

http://developer.android.com/reference/android/support/v4/app/NotificationCompat.BigTextStyle.html

this implies that it's okay, but wanted to double check

Jason Yang Is it just using the wrong jar file?

Seems to be a warning otherwise.

C.H. Bourke Floyd IV no because the resources are not built into the jar. Unity really needs to support android library projects to make this seemly. Until they do, we will need to find a work around to force them to include all of the library project resources, or some other method to not have them referenced. Sep 10 at 12:15am C.H. Bourke Floyd IV seemless***