We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题所示,我在Android中build项目的时候会出现这样的错误 ` :app:compileDebugJavaWithJavac :app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). E:\react-native\ReactNativePlatform\android\app\src\main\java\com\reactnativeplatform\MainApplication.java:13: 错误: 程 序包com.reactnativecomponent.amaplocation不存在 import com.reactnativecomponent.amaplocation.RCTAMapPackage; ^ E:\react-native\ReactNativePlatform\android\app\src\main\java\com\reactnativeplatform\MainApplication.java:33: 错误: 找 不到符号 new RCTAMapPackage() //register Module ^ 符号: 类 RCTAMapPackage 2 个错误 :app:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception. ` 是不是导入包地址错误了,可以我是按照readme上面的写的
版本 "react": "16.0.0-alpha.6", "react-native": "0.43.3", "react-native-smart-amap": "^1.0.4",
The text was updated successfully, but these errors were encountered:
@cyqresig @liukefu2050 第一次运行react-native run-android 会报下面的错误,是不是这个文件也要修改上面,我不懂java,你可以帮我看一下吗? :react-native-smart-amap:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). 注: E:\react-native\ReactNativePlatform\node_modules\react-native-smart-amap\android\src\main\java\com\reactnativecomponent\amap\util\SensorEventHelper.java使用或覆盖了已过时的 API。 注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
Sorry, something went wrong.
是README.md 上的导入包错误 import com.reactnativecomponent.amap.RCTAMapPackage;
No branches or pull requests
如题所示,我在Android中build项目的时候会出现这样的错误
`
:app:compileDebugJavaWithJavac
:app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
E:\react-native\ReactNativePlatform\android\app\src\main\java\com\reactnativeplatform\MainApplication.java:13: 错误: 程 序包com.reactnativecomponent.amaplocation不存在
import com.reactnativecomponent.amaplocation.RCTAMapPackage;
^
E:\react-native\ReactNativePlatform\android\app\src\main\java\com\reactnativeplatform\MainApplication.java:33: 错误: 找 不到符号
new RCTAMapPackage() //register Module
^
符号: 类 RCTAMapPackage
2 个错误
:app:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
`
是不是导入包地址错误了,可以我是按照readme上面的写的
版本
"react": "16.0.0-alpha.6",
"react-native": "0.43.3",
"react-native-smart-amap": "^1.0.4",
The text was updated successfully, but these errors were encountered: