A New Collection of Thoughtful Learning Apps — Now Available on iOS & Android

Image
I’m excited to share a set of mobile apps I’ve recently completed and published on both the Google Play Store and the Apple App Store. These apps are designed with a simple goal in mind: to make meaningful, structured content more accessible, whether you’re studying theology or improving your English vocabulary. 📱 Now Available on Both Platforms All apps are live and available for download: Google Play Developer Page: https://play.google.com/store/apps/dev?id=5835943159853189043 Apple App Store Developer Page: https://apps.apple.com/ca/developer/q-z-l-corp/id1888794100 📖 Theology & Confession Study Apps For those interested in Reformed theology and classical Christian teachings, I’ve developed a series of apps that present foundational texts in a clean, focused reading format: The Belgic Confession Canons of Dort Heidelberg Catechism Westminster Shorter Catechism Each app is designed to provide a distraction-free experience, making it easier to read, reflect, and revisit these im...

解决 React Native Android Gradle 构建错误的经验分享

解决 React Native Android Gradle 构建错误的经验分享



最近在开发 React Native Android 项目时,遇到了顽固的 Gradle 构建错误,主要集中在插件解析和本地构建缓存缺失等问题,比如 com.facebook.react.settingsfoojay-resolver 相关报错。

问题表现

  • 执行 Gradle clean 时提示插件解析失败
  • 本地构建产物缺失或损坏
  • 报错涉及 metadata.binFoojayToolchainsPlugin

解决步骤

  1. 停止所有正在运行的 Gradle 进程:
    ./gradlew stop
  2. 删除本地 native 构建缓存:
    rm -rf .cxx
  3. 清理并重新构建项目,同时刷新依赖:
    ./gradlew clean build --refresh-dependencies

最终效果

按照上述步骤操作后,构建顺利通过,所有插件和本地依赖相关错误都被解决。如果你也遇到类似问题,不妨试试这套方法!

❤️ Support This Blog


If this post helped you, you can support my writing with a small donation. Thank you for reading.


Comments

Popular Posts

2026 Begins: Choosing to Stay on the Path as a Blogger

Health Checks and Scaling Strategies for Next.js in Kubernetes