I'm Getting Error: ":basegameutils:processdebugandroidtestmanifest" On Android Studio Startup Only
My android app is using BaseGameUtils and every time I start Android Studio I get the following error: Error:Execution failed for task ':BaseGameUtils:processDebugAndroidTestManif
Solution 1:
I just add this line in BaseGameUtils AndroidManifest.xml
<uses-sdkandroid:minSdkVersion="14" />
Post a Comment for "I'm Getting Error: ":basegameutils:processdebugandroidtestmanifest" On Android Studio Startup Only"