Enterprise build error

I’m seeing this error compiling with Enterprise, but everything works building with the Simulator.

I have VunglePub.jar and vungle-android-corona-1.0.0.jar in the libs directory.

[dx] warning: Ignoring InnerClasses attribute for an anonymous inner class [dx] (com.vungle.sdk.aa) that doesn't come with an [dx] associated EnclosingMethod attribute. This class was probably produced by a [dx] compiler that did not target the modern .class file format. The recommended [dx] solution is to recompile the class from source, using an up-to-date compiler [dx] and without specifying any "-target" type options. The consequence of ignoring [dx] this warning is that reflective operations on this class will incorrectly [dx] indicate that it is \*not\* an inner class. ... ... (lots more like these errors) [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class [dx] (com.vungle.sdk.z) that doesn't come with an [dx] associated EnclosingMethod attribute. This class was probably produced by a [dx] compiler that did not target the modern .class file format. The recommended [dx] solution is to recompile the class from source, using an up-to-date compiler [dx] and without specifying any "-target" type options. The consequence of ignoring [dx] this warning is that reflective operations on this class will incorrectly [dx] indicate that it is \*not\* an inner class.    

It appears I dont have to include the VunglePub.jar

Also, I guess I should do what the Vungle docs say.

Added these the the appropriate places in the AndroidManifest.xml and everything works now.

\<uses-permission android:name="android.permission.WRITE\_EXTERNAL\_STORAGE" /\>

\<activity &nbsp;&nbsp;&nbsp; android:name="com.vungle.sdk.VungleAdvert" &nbsp;&nbsp;&nbsp; android:configChanges="keyboardHidden|orientation|screenSize" &nbsp;&nbsp;&nbsp; android:theme="@android:style/Theme.NoTitleBar.Fullscreen" /\>

It appears I dont have to include the VunglePub.jar

Also, I guess I should do what the Vungle docs say.

Added these the the appropriate places in the AndroidManifest.xml and everything works now.

\<uses-permission android:name="android.permission.WRITE\_EXTERNAL\_STORAGE" /\>

\<activity &nbsp;&nbsp;&nbsp; android:name="com.vungle.sdk.VungleAdvert" &nbsp;&nbsp;&nbsp; android:configChanges="keyboardHidden|orientation|screenSize" &nbsp;&nbsp;&nbsp; android:theme="@android:style/Theme.NoTitleBar.Fullscreen" /\>