Android Cordova app Builds但在点击运行时会出现问题

时间:2017-05-29 10:40:05

标签: android cordova android-studio hybrid

当我清理构建我的Cordova应用程序时,它可以正确构建,但是当我点击运行时它会出现以下问题:

E:\垃圾\早晨\平台\机器人\ SRC \组织\阿帕奇\科尔多瓦\相机\ CordovaUri.java

错误:(6,34)错误:包android.support.v4.content不存在 E:\垃圾桶\早晨\平台\机器人的\ src \ COM \ Adob​​e公司\的PhoneGap \推\ GCMIntentService.java

错误:(18,30)错误:包android.support.v4.app不存在

错误:(19,30)错误:包android.support.v4.app不存在

错误:(20,49)错误:包android.support.v4.app.NotificationCompat不存在

错误:(332,65)错误:包NotificationCompat不存在

错误:(379,72)错误:包NotificationCompat不存在

错误:(389,99)错误:包NotificationCompat不存在

错误:(407,85)错误:包NotificationCompat不存在

错误:(480,89)错误:包NotificationCompat不存在

错误:(497,75)错误:包NotificationCompat不存在

错误:(516,75)错误:包NotificationCompat不存在

错误:(532,117)错误:包NotificationCompat不存在

错误:(561,134)错误:包NotificationCompat不存在

错误:(579,75)错误:包NotificationCompat不存在

错误:(236,27)错误:包NotificationCompat不存在 错误:(237,39)错误:包NotificationCompat不存在

错误:(338,45)错误:包NotificationCompat不存在 错误:(338,97)错误:包NotificationCompat不存在 错误:(361,39)错误:包NotificationCompat不存在

错误:(362,50)错误:包NotificationCompat.Action不存在

错误:(371,37)错误:找不到符号类WearableExtender

错误:(425,35)错误:包NotificationCompat不存在 错误:(425,89)错误:包NotificationCompat不存在 错误:(435,35)错误:包NotificationCompat不存在 错误:(435,81)错误:包NotificationCompat不存在 错误:(445,31)错误:包NotificationCompat不存在 错误:(445,83)错误:包NotificationCompat不存在 错误:(457,31)错误:包NotificationCompat不存在 错误:(457,77)错误:包NotificationCompat不存在

错误:(521,33)错误:找不到符号变量NotificationCompat

错误:(521,80)错误:找不到符号变量NotificationCompat

E:\垃圾\早晨\平台\机器人\ SRC \组织\阿帕奇\科尔多瓦\相机\ CameraLauncher.java

错误:(64,34)错误:包android.support.v4.content不存在

错误:(295,40)错误:找不到符号变量FileProvider

错误:(797,39)错误:找不到符号变量FileProvider

错误:任务执行失败':compileDebugJavaWithJavac'。

  

编译失败;请参阅编译器错误输出以获取详细信   信息:BUILD FAILED

1 个答案:

答案 0 :(得分:0)

您是否已在cordova应用程序中添加了相机插件...