resources.ap_ does not exist when compile my android project

前端 未结 28 3261
慢半拍i
慢半拍i 2020-12-13 06:01

Compile Error: Error generating final archive: java.io.FileNotFoundException: ..\\bin\\resources.ap_ does not exist.

Compile other simple sample works. Same source f

28条回答
  •  青春惊慌失措
    2020-12-13 06:24

    I had both values and values-en folders and it was picking the string from the values-en folder. I deleted the en folder and it was back to normal.

    I tried

    1. Clean
    2. Delete gen
    3. restart eclipse

提交回复
热议问题