简体   繁体   中英

Problems compiling Android project to Mobile device “Pixel”

I am using Delphi 10.2 Tokyo. I want to develop on my new Android Pixel. After installing the necessary programs, etc, I try to compile a simple "Hello World" program, but always gets this error message:

[DCC Error] E2597 C:\\Users\\Public\\Documents\\Embarcadero\\Studio\\19.0\\CatalogRepository\\AndroidNDK-9c_x86\\toolchains\\arm-linux-androideabi-4.6\\prebuilt\\windows\\bin\\arm-linux-androideabi-ld.exe: fatal error: .\\Android\\Debug\\libAndroid_Test_Proj.so: open: Permission denied

Are there any solutions?

My problem was solved my moving my project folder from the above mentioned location to a folder directly in the root (c:\\mobiledevelopment). I have tried something like this before. I had a sqlite database located in the debug folder of my default project folder. I got an error telling me that the database was locked. When I moved the databse to a folder in the rootdirectory (c:\\sqlite) the problem was solved. An explanation of this would be most wellcome! Best regards Lars

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM