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

后端 未结 4 1940
不思量自难忘°
不思量自难忘° 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:14

    If you are using RN > 0.60 and androidx support, you may add,

    import androidx.multidex.MultiDex;
    

提交回复
热议问题