Trying to add MultiDex support - cannot find symbol context and MultiDex

后端 未结 4 2019
不思量自难忘°
不思量自难忘° 2021-02-19 22:39

After following the instructions mentioned at: https://developer.android.com/studio/build/multidex.html#mdex-gradle

I am getting an error cannot find symbol

4条回答
  •  粉色の甜心
    2021-02-19 23:12

    For those who get cannot find symbol error, the following is stated in the official android developer documents:

    If your minSdkVersion is 21 or higher multidex is enabled by default, and you do not need the multidex support library.
    

提交回复
热议问题