breautek commented on issue #689:
URL: https://github.com/apache/cordova-android/issues/689#issuecomment-729845895


   Closing this issue because it's old and obsolete. I'll summarise the problem 
and potential solutions below.
   
   This problem can be caused by one or a mixture of:
   - Out-dated android build tools. Use the Android SDK Manager to ensure you 
have the 
[required](https://cordova.apache.org/docs/en/dev/guide/platforms/android/index.html#adding-sdk-packages)
 tooling installed. Also check your environment variables to ensure it's 
pointed to the correct versions. [1]
   - You're missing the default resource. This generally happens if you specify 
a splashscreen asset specifically for landscape or portrait, but failed to 
provide a fallback. See the 
[example](https://github.com/apache/cordova-android/issues/689#issuecomment-473992821)
 above.
   
   [1] Linked reference is for cordova-android@9. cordova-android@8 is no 
longer google play store compliant and is not supported.
   
   
   @coloz 
   
   > java.util.concurrent.ExecutionException: 
com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2 
aapt2-3.3.0-5013011-windows Daemon #6: Unexpected error during compile 
'E:\Git\blinker-app\platforms\android\app\src\main\res\drawable-land-xxhdpi\screen.png',
 attempting to stop daemon.
   This should not happen under normal circumstances, please file an issue if 
it does.`
   
   This is not the same problem. And it sounds like you're running into an 
unhandled failure case inside AAPT, which is an android tool. So that's where 
that error should be reported. Additionally you can double check and ensure 
you're running the latest patch of the android build tools.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to