-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
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
cant build .so file #8
Comments
Now, there is no need to build that as it has been published as a library. You can directly compile it from the gradle. |
I get this error "Your project contains C++ files but it is not using a supported native build system". I just build the gradle, i dont know why i had to change the workspace of tensorflow. |
If i just add the dependency compile 'org.tensorflow:tensorflow-android:+' in build.gradle, what files do i have to remove from my project which you mentioned in the blog? Also, will i need to add something else to the activity code? Thanks on advance. |
Yes, just add the dependency. Do not build the so file. |
Thanks for the quick reply. So i dont need the .so file? All will work fine without it? |
Yes |
Now I'm getting the error after building gradle:
|
I am having the same issue with the DexMergerForDebug error, and have not been able to fix for weeks. Did you find a fix @mujtaba-faizi ? |
Does it have any problems in different versions of tensorflow?I have build my own model on android |
I hope you can give me your hands . |
I followed the steps to your blog but I get an error about c/c++ files in the cpp folder(created by itself). I dont know how you built the .so file. I have built the jar file fine.
The text was updated successfully, but these errors were encountered: