2017-09-26 78 views
0

我是新来开发一些功能后反应本机我试图更新反应本地版本使用git更新过程从那时起面临这个错误。我已经经历了类似的问题,但没有一个解决方案给出了任何积极的结果。任何帮助,将不胜感激。这里我也附上清单文件。错误指向我的项目名称,其中有' - '。当运行react-native run-android它给出错误执行失败的任务':app:processDebugResources'

Scanning 668 folders for symlinks in /home/administrator/x-mobile/node_modules (3ms) 
JS server already running. 
Building and installing the app on the device (cd android && ./gradlew installDebug)... 
useNewCruncher has been deprecated. It will be removed in a future version of the gradle plugin. New cruncher is now always enabled. 
Incremental java compilation is an incubating feature. 
:app:preBuild UP-TO-DATE 
:app:preDebugBuild UP-TO-DATE 
:app:checkDebugManifest 
:app:preReleaseBuild UP-TO-DATE 
:app:prepareComAndroidSupportAppcompatV72301Library UP-TO-DATE 
:app:prepareComAndroidSupportSupportV42301Library UP-TO-DATE 
:app:prepareComFacebookFbuiTextlayoutbuilderTextlayoutbuilder100Library UP-TO-DATE 
:app:prepareComFacebookFrescoDrawee130Library UP-TO-DATE 
:app:prepareComFacebookFrescoFbcore130Library UP-TO-DATE 
:app:prepareComFacebookFrescoFresco130Library UP-TO-DATE 
:app:prepareComFacebookFrescoImagepipeline130Library UP-TO-DATE 
:app:prepareComFacebookFrescoImagepipelineBase130Library UP-TO-DATE 
:app:prepareComFacebookFrescoImagepipelineOkhttp3130Library UP-TO-DATE 
:app:prepareComFacebookReactReactNative0484Library UP-TO-DATE 
:app:prepareComFacebookSoloaderSoloader010Library UP-TO-DATE 
:app:prepareOrgWebkitAndroidJscR174650Library UP-TO-DATE 
:app:prepareDebugDependencies 
:app:compileDebugAidl UP-TO-DATE 
:app:compileDebugRenderscript UP-TO-DATE 
:app:generateDebugBuildConfig UP-TO-DATE 
:app:mergeDebugShaders UP-TO-DATE 
:app:compileDebugShaders UP-TO-DATE 
:app:generateDebugAssets UP-TO-DATE 
:app:mergeDebugAssets UP-TO-DATE 
:app:generateDebugResValues UP-TO-DATE 
:app:generateDebugResources UP-TO-DATE 
:app:mergeDebugResources UP-TO-DATE 
:app:bundleDebugJsAndAssets SKIPPED 
:app:processDebugManifest UP-TO-DATE 
:app:processDebugResources 
/home/administrator/ncstrax-mobile/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml:2: AAPT: Tag <manifest> attribute package has invalid character '-'. 

/home/administrator/ncstrax-mobile/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml:18: AAPT: Tag <application> attribute name has invalid character '-'. 

/home/administrator/x-mobile/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml:24: AAPT: Tag <activity> attribute name has invalid character '-'. 

/home/administrator/x-mobile/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml:2: Tag <manifest> attribute package has invalid character '-'. 
/home/administrator/x-mobile/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml:18: Tag <application> attribute name has invalid character '-'. 
/home/administrator/x-mobile/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml:24: Tag <activity> attribute name has invalid character '-'. 

:app:processDebugResources FAILED 

FAILURE: Build failed with an exception. 

* What went wrong: 
Execution failed for task ':app:processDebugResources'. 
> com.android.ide.common.process.ProcessException: Failed to execute aapt 

* Try: 
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 

BUILD FAILED 

Total time: 7.99 secs 
Could not install the app on the device, read the error above for details. 
Make sure you have an Android emulator running or a device connected and have 
set up your Android development environment: 
https://facebook.github.io/react-native/docs/android-setup.html 

<?xml version="1.0" encoding="utf-8"?> 
 
<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
 
    package="com.x-mobile" 
 
    android:versionCode="1" 
 
    android:versionName="1.0" > 
 

 
    <uses-sdk 
 
     android:minSdkVersion="16" 
 
     android:targetSdkVersion="22" /> 
 

 
    <uses-permission android:name="android.permission.INTERNET" /> 
 
    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> 
 

 
    <android:uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> 
 
    <android:uses-permission android:name="android.permission.READ_PHONE_STATE" /> 
 
    <android:uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> 
 

 
    <application 
 
     android:name="com.x-mobile.MainApplication" 
 
     android:allowBackup="true" 
 
     android:icon="@mipmap/ic_launcher" 
 
     android:label="@string/app_name" 
 
     android:theme="@style/AppTheme" > 
 
     <activity 
 
      android:name="com.x-mobile.MainActivity" 
 
      android:configChanges="keyboard|keyboardHidden|orientation|screenSize" 
 
      android:label="@string/app_name" 
 
      android:windowSoftInputMode="adjustResize" > 
 
      <intent-filter> 
 
       <action android:name="android.intent.action.MAIN" /> 
 

 
       <category android:name="android.intent.category.LAUNCHER" /> 
 
      </intent-filter> 
 
     </activity> 
 
     <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" /> 
 
    </application> 
 

 
</manifest>

+2

您可以发布您的AndroidManifest.xml?它似乎有什么问题。 – Kraylog

+0

您的项目名称是什么?我敢打赌它的名字是' - ',AndroidManifest.xml引发错误 – MattyK14

+0

这对我来说从来没有问题我做了一些更新我的项目,如反应本地版本从那时我看到这些错误@ MattyK14 –

回答

0

虽然应用程序ID看起来像一个传统的Java包 名称,为应用程序ID的命名规则是多一点 限制:

它必须有至少两个区段(一个或多个点)。每个段 必须以字母开头。所有字符必须是字母数字或 下划线[a-zA-Z0-9_]。

号 “ - ” 允许在你的应用程序ID:com.x-mobile.MainApplication

For reference

0

我知道这个答案似乎不可思议,但我认为你应该转到这个非常道“的/ home /管理者/ ncstrax移动/安卓/应用/编译/中间体/清单/完整/调试“,并确保在运行'react-native run-android'之前该文件夹保持打开状态。试试看,我希望它能帮助解决这个问题。

+1

我确实按照你的指示,但没有运气 –

相关问题