Jump to content

Joker2350

Members
  • Content Count

    3
  • Joined

  • Last visited

Everything posted by Joker2350

  1. I can now compile Android without error. After trying numerous things (uninstalling and reinstalling the Android framework within Rad Studio, manually installing the Android SDK and NDK), it turned out to be a single line in the project DPROJ file that was causing the issue. The line was: <PlatformSDK Condition="'$(PlatformSDK)'=='' And '$(Platform)'=='Android64'">AndroidSDK34.0.4_64bit.sdk</PlatformSDK> I don't know were this line came from, or why it was there, but removing it fixed the issue. I hope that helps anyone else having this issue.
  2. Unistalling Android and reinstalling as @gkobler suggested did not work for me. I still get the same error. Any other suggestions?
  3. 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.
×