You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Kartikgupta1502 ,
In Google's matter sample, found this PR for this demo SDK changes.
PR : google-home/sample-apps-for-matter-android#199
After checking changes, seems they created sdk for JNI ChipTool libraries. So no need to add JNI libs in project and use this demo sdk instead.
In ESP code, we have JNI libs (similar to Google matter sample project before merging this PR).
We have added some custom cluster support. So we need to compile ChipTool source and generate JNI libs which will support custom clusters.
Note : in ESP RainMaker Android app, we have used we have JNI libs (lib with custom cluster support) and also used Play services's SDK to add matter functionality.
Checklist
Issue or Suggestion Description
As per google sample home SDK they used some demo sdk for matter "com.google.matter:matter-android-demo-sdk". In esp what was used instead of this?
The text was updated successfully, but these errors were encountered: