rudy999 2 Posted 22 hours ago I just finished updating from 12.2 to 12.3. I selected Windows and Android (and IOS). The installation seemed to download what was selected, but I could not compile or build for Android. (win32 or win64 ok).. The files I was expecting in the Catalog Repository were not there.. I manually downloaded (maybe a mistake) the Android SDK and NDK (via Android Studio, which I downloaded and installed..) then tried to 'Edit SDK' in Rad Studio setting. No more exclamation marks, but clearly there is a mismatch somewhere.. I get this error message with a previously compiling app or a new project (Android 64) Is it now a PATH issue? - or should I 'reinstall' rad studio? [DCC Error] E2597 ld.lld: error: unable to find library -ldl ld.lld: error: unable to find library -lc ld.lld: error: unable to find library -lm ld.lld: error: unable to find library -landroid ld.lld: error: unable to find library -llog ld.lld: error: unable to find library -ljnigraphics ld.lld: error: unable to find library -lEGL ld.lld: error: unable to find library -lGLESv2 Back to square 1 Share this post Link to post
Joker2350 0 Posted 17 hours ago I have the same issue. All the paths in the SDK Manager are set to the default and there is no indication that any are invalid. Would love to know how to fix it. Share this post Link to post
gkobler 43 Posted 12 hours ago Hade the same. Use the Platform manager, deselect the Android SDK (Uninstall) it. After uninstall, select the checkbox and install the SDK again. Share this post Link to post
rudy999 2 Posted 6 hours ago gkobler-you mean platform manager in the install setup routine? tks Share this post Link to post
gkobler 43 Posted 5 hours ago 59 minutes ago, rudy999 said: platform manager No, i mean that in delphi directly Then uncheck the Android SDK, after uninstall it, check it again. Share this post Link to post
rudy999 2 Posted 3 hours ago Ok, so something strange is going on my dev PC. Un installing and re installing the platforms - the folders and files in the catalog repository for Android do NOT appear, though there are no errors during 'install'. I have a test PC where I FIRST updated 12.2 to 12.3 and the Android folders and files were where they were supposed to be. I COPIED them from that PC to my Dev PC and finally got it all working. In 12.2 the FMX app for Android was looking for the Android SDK 25.2, now it is using Android SDK 35.02, as far as I can tell. That was probably part of the issue in regards to the ld.lld issue. Now I am afraid when 12.3+ comes out.... Share this post Link to post