[TIMOB-24947] Android: Project is not compiling after add compiled module
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-11-09T23:59:32.000+0000 |
Affected Version/s | Release 6.1.1 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Ricardo Ramirez |
Assignee | Joshua Quick |
Created | 2017-07-06T21:33:58.000+0000 |
Updated | 2017-11-09T23:59:32.000+0000 |
Description
Attachments
File | Date | Size |
---|---|---|
error-module.txt | 2017-07-06T21:27:35.000+0000 | 26596 |
[~rramirez], I haven't tried this for myself, but if you need a quick solution, you should be able to work-around this issue by renaming the drawable directories in the "androidcropper" module. Go to the following directory... "~/androidcropper/platform/android/res/" And rename the following directories by adding a "-v4" to the end of them: * "drawable" -> "drawable-v4" * "drawable-hdpi" -> "drawable-hdpi-v4" * "drawable-mdpi" -> "drawable-mdpi-v4" * "drawable-xhdpi" -> "drawable-xhdpi-v4"
Thanks ! I will check with the customer if works