-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi there,
I tried to add the smart reply function to my android project. I worked with google's smart reply source code in tensorflow github page, but it was using several .cc for the customized operation and I could not built it successfully. Then, I tired your android application and it worked perfectly. However, when I tried to directly copy and paste your .so files to my project, the program outputs an error shows the native were not found. I then checked the .so files and I found the function names were different because my project's package name is not com.example.android.smartreply. Therefore, I was looking for some advice on how to build those shared library, or if there is any better solution to my current problem. Thank you for your work and I am really appreciated for your response.