0
我無法載入我的自定義字體從2.1升級到Android Studio 2.2中預覽3之後再後停止加載...自定義字體更新Android工作室
It throws this: Unable to start activity ComponentInfo{com.my.class/com.my.class.aoeifjaweof}: java.lang.RuntimeException: Font asset not found
從錯誤看起來你沒有字體文件或可能其文件名改變了某種方式。還要確保你的資產文件夾在'main'而不是'res'下。 – Rohit5k2
這就是你會想到的。對代碼進行了0次更改,並在升級Android Studio之前正確加載。字體的位置在「/assets/font/my-custom-font.otf」下面,我在查找器中注視着它 –
'main'下是'assets'嗎?我的字體文件夾名稱是'字體'而不是'字體'(但我不確定會導致此問題)。 – Rohit5k2