I tried to use latest AS 3, with Gradle build plugin 3.0.0-alpha3 and build 
tools and it crash during the project sync by this error:
 
Caused by: com.android.builder.internal.aapt.AaptException: AAPT2 link 
failed:
aapt2 link -I C:\PJazyky\_Android\SDK\platforms\android-26\android.jar 
--manifest ....
Issues:
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1294
 
style attribute @android:attr/windowEnterAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1295
 
style attribute @android:attr/windowExitAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1298
 
style attribute @android:attr/windowEnterAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1299
 
style attribute @android:attr/windowExitAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1302
 
style attribute @android:attr/windowEnterAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1303
 
style attribute @android:attr/windowExitAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1306
 
style attribute @android:attr/windowEnterAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1307
 
style attribute @android:attr/windowExitAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1311
 
style attribute @android:attr/windowEnterAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1312
 
style attribute @android:attr/windowExitAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1315
 
style attribute @android:attr/windowEnterAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1316
 
style attribute @android:attr/windowExitAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1319
 
style attribute @android:attr/windowEnterAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1320
 
style attribute @android:attr/windowExitAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1323
 
style attribute @android:attr/windowEnterAnimation not found
 - ERROR: 
C:\PJazyky\_Projekty_com\TVProgram_Android\TVProgram\app\build\intermediates\incremental\mergeDefaultDebugResources\merged.dir\values\values.xml:1324
 
style attribute @android:attr/windowExitAnimation not found
 - ERROR:  failed linking references
at 
com.android.builder.internal.aapt.v2.AaptV2Jni.buildException(AaptV2Jni.java:136)
at 
com.android.builder.internal.aapt.v2.AaptV2Jni.makeValidatedPackage(AaptV2Jni.java:80)
at com.android.builder.internal.aapt.AbstractAapt.link(AbstractAapt.java:40)
... 118 more

I tried to open there is just

</style>
    <style name="Animations.PopDownMenu.Left">
<item 
name="@android:windowEnterAnimation">@anim/grow_from_topleft_to_bottomright</item>
<item 
name="@android:windowExitAnimation">@anim/shrink_from_bottomright_to_topleft</item>
</style>

I think that nothing bad, probably from the support/design library. I'm 
using 25.4.0.
Does somebody has the same issue?

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to