简体   繁体   中英

error on importing mac project on windows in Android studio

I am importing project in Android studio which is built on Mac. But when I import this project I got this error:

error code 42 unable to open png file .

I google it then I came to know due to long project path it created problem. Therefore I rename long path to short. Now I am getting this error:

Error:Execution failed for task ':app:processBetaDebugResources'. with error code as 1073741819 .

After change the version of buildTools to

buildToolsVersion '21.1.1'

solves my issue.

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