-
Notifications
You must be signed in to change notification settings - Fork 30
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
Problem while linking an app for android #6
Comments
Are you saying that it works with the android library we pre-built and included for ZeroMQ, but it does not work when you attempt to build ZeroMQ yourself? Also please paste the text, not an image as it is too hard to read/decipher. |
I only added the Unit Grijjy.CloudLogging to a Firemonkey-Form. We want to use the pre-built library. |
The only requirement is that you make sure the Android .a library folder is in your project path. From the error log it appears it cannot link to the standard C library. Does your project include any special linker parameters like Gnu.. or LibC... etc.? You shouldn't need. |
We found out that the Datasnap-Units are the problem. |
Hi, |
We have are having a problem while linking for Android. Your demo and a simple project are working. Do you have an idea why this happens?
The text was updated successfully, but these errors were encountered: