GithubHelp home page GithubHelp logo

Comments (7)

hstarorg avatar hstarorg commented on July 19, 2024

麻烦提供下系统内核版本,谢谢。下载进度我们会在看下。

from react-native-easy-upgrade.

SunnyEver0 avatar SunnyEver0 commented on July 19, 2024

@squallyan 谢谢你的建议,可能对于新的手机没有做适配,download progress目前会考虑使用另一种方式提供出来。

from react-native-easy-upgrade.

SunnyEver0 avatar SunnyEver0 commented on July 19, 2024

hello,@squallyan

  1. 对于 Detected problems with API compatibility 还请确认是不是项目本身的代码使用了一些android限制的接口,如果是项目本身代码的问题,可参考该文章,这篇文章有相应的解决办法。
  2. 对于data目录下无法创建user/0文件夹(这个属于你的应用本身的内部储存),还请确人项目是否引入android provider(android 7.0+)
  3. 下载进度在下一个版本中会提供
    Thanks~

from react-native-easy-upgrade.

MR03web avatar MR03web commented on July 19, 2024

添加了provider但还是遇到unable to create directory错误的朋友请注意,看你是否使用了react-native-image-crop-picker,这个库的AndroidManifest.xml也添加了provider,以及xml中的provider_paths.xml

我认为应该是文件重复导致provider_paths.xml被覆盖.

暴力解决方法:
修改react-native-image-crop-picker的provider_paths.xml为

<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
    <external-path name="external_files" path="."/>
    <files-path name="files" path="."/>
    <cache-path name="cache" path="."/>
    <external-files-path name="external_file_path" path="."/>
    <external-cache-path name="external_cache_path" path="."/>
</paths>

保证两个库的provider_paths.xml相同

@SunnyEver0

from react-native-easy-upgrade.

hstarorg avatar hstarorg commented on July 19, 2024

@MR03web 感谢反馈。

from react-native-easy-upgrade.

SunnyEver0 avatar SunnyEver0 commented on July 19, 2024

@MR03web 谢谢你的建议,我们会更新README里面

from react-native-easy-upgrade.

SunnyEver0 avatar SunnyEver0 commented on July 19, 2024

@squallyan 我们最新版本已在项目中配置了provider,可以直接使用。

from react-native-easy-upgrade.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.