Edmond Lomartire

Results 5 comments of Edmond Lomartire

参考 https://github.com/lingochamp/MagicProgressWidget/issues/7#issuecomment-419673881

> @elliptic1 I solved with this method: -> Select Find Action from the Help menu -> Enter Registry and select Registry -> Find the ide.browser.jcef.sandbox.enable option in the list that...

看看你的项目中是否配置了: ```gradle ndk { abiFilters 'armeabi-v7a' } ``` 我之前也遇到了相同的问题,这个项目貌似现在只能运行在arm64-v8a上

> 看看你的项目中是否配置了: > > ndk { > abiFilters 'armeabi-v7a' > } > 我之前也遇到了相同的问题,这个项目貌似现在只能运行在arm64-v8a上 目前最新版本已经支持v7a了

> 我也是碰到这个问题了,怎么破? 我的电脑是x86_64的 这个和电脑无关,指的是运行的app设备, 看看你的项目中是否配置了: ndk { abiFilters 'armeabi-v7a' }