BuildConfig not getting created correctly (Gradle Android)

前端 未结 10 766
一生所求
一生所求 2020-12-14 14:07

I am trying to convert our Android application to a gradle build. I have the project and it\'s libraries building successfully. I am now trying to create separate apks fo

10条回答
  •  南笙
    南笙 (楼主)
    2020-12-14 14:22

    If you are modifying your Environment Variables, and they are not reflecting correctly in Android studio try doing:

    Build -> Clean Project 
    File -> Invalidate Caches/Restart... -> Invalidate and Restart 
    

提交回复
热议问题