0

I added Skia to my project, then I removed Skia from my project and now my app won't compile anymore. this is the error i am getting:

Required local file"\Binary\Android\Release\libisk4d.so" not found. Deployment failed.

i do not want Skia anymore. please help.

1 Answer 1

1

I’ve run into similar issues before. Even after removing Skia from the project, some leftover references or paths can still cause the build to look for libisk4d.so. A few things you could try:

  1. Clean your project completely (Build → Clean or delete the Android\Release folder manually).

  2. Check the deployment settings to make sure Skia is no longer listed anywhere.

  3. Rebuild the project from scratch after cleaning, so Delphi stops trying to include that library.

Usually, doing a full clean and double-checking the deployment paths fixes this kind of leftover dependency problem.

Sign up to request clarification or add additional context in comments.

1 Comment

where do i check the deployment paths?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.