我刚刚将 Android Studio 更新到 3.5.0,并且由于 JVM 堆空间已耗尽,我正在使用 Expiring Daemon。构建运行时的消息。此外,构建需要更多时间才能完成。有没有人对这个错误有任何想法帮助我?
我刚刚创建了一个 react-native 应用程序并构建了 React Native 应用程序,给了我下面的错误。
H:\App Data\ejob-app\android\app\build\intermediates\manifests\full\debug\AndroidManifest.xml:2: AAPT: error: attribute 'package' in <manifest> tag is not a valid Android package name: 'com.ejob-app'.
H:\App Data\ejob-app\android\app\build\intermediates\manifests\full\debug\AndroidManifest.xml:17: AAPT: error: attribute 'android:name' in <application> tag must be a valid Java class name.
H:\App Data\ejob-app\android\app\build\intermediates\manifests\full\debug\AndroidManifest.xml:24: AAPT: error: attribute 'android:name' in <activity> tag must be a valid Java class name.
Run Code Online (Sandbox Code Playgroud)
并以下面的错误结束..
FAILURE: Build failed with an exception.
* Where:
Build file 'H:\App Data\ejob-app\android\app\build.gradle' line: 1
* What went wrong:
A problem occurred evaluating project ':app'. …Run Code Online (Sandbox Code Playgroud) 我是 react/redux 的新手。我试图弄清楚 redux 中的所有部分是如何交互的。给我带来麻烦的一件事是理解动作和减速器、存储之间的关系。
react-native ×3
android ×2
build ×1
gradle ×1
javascript ×1
manifest ×1
react-redux ×1
redux ×1
redux-thunk ×1