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
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!
The text was updated successfully, but these errors were encountered:
Hi,
I am getting the following error when creating the Encore APK;
where [MYDIR] is the base path to the code.
It is followed by
Any ideas? thank you!
The text was updated successfully, but these errors were encountered: