Skip to content
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

typedefs.txt (No such file or directory) #28

Open
eadward opened this issue Apr 12, 2017 · 3 comments
Open

typedefs.txt (No such file or directory) #28

eadward opened this issue Apr 12, 2017 · 3 comments

Comments

@eadward
Copy link

eadward commented Apr 12, 2017

Hi,

I am getting the following error when creating the Encore APK;

Error:Could not read [MYDIR]/encore/providerlib/build/intermediates/typedefs.txt: [MYDIR]/encore/providerlib/build/intermediates/typedefs.txt (No such file or directory)

where [MYDIR] is the base path to the code.

It is followed by

/Users/eadward/Library/Android/sdk/ndk-bundle/sources/cxx-stl/llvm-libc++/include/atomic
Error:(686) undefined reference to __atomic_load_8' Error:(772) undefined reference to __atomic_fetch_add_8'
Error:(669) undefined reference to __atomic_store_8' Error:(772) undefined reference to __atomic_fetch_add_8'
Error:error: ld returned 1 exit status

Any ideas? thank you!

@leeGYPlus
Copy link

hello , i meet this problem , do you have any idea about this ? thinks

@eadward
Copy link
Author

eadward commented May 25, 2017

Hi, sorry, but I stopped working with Encore.

@wwangaz
Copy link

wwangaz commented Dec 14, 2017

try add this code to your build.gradle

packagingOptions {
exclude 'typedefs.txt'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants