Hi,

Android gradle plugin v0.10 introduced new manifest merger. I've been using 
it for few weeks without any noticeable failures, but today I think I found 
one.

It seems that after switching to new manifest merger, default hardware 
acceleration flag is no longer added to AndroidManifest.

As documentation says 
(http://developer.android.com/guide/topics/graphics/hardware-accel.html): 
*"Hardware acceleration is enabled by default if your Target API level is 
>=14"*

In my src/main/AndroidManifest.xml I have: 
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="18" />

When building APK, it's performance is much lower than before enabling new 
merger. 
Is it possible that new merger makes my app targeted for API 19 not using 
hardware acceleration by default?
After explicit "android:hardwareAccelerated="true"", it works fine.

M.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to