Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
6.5.0
-
None
-
Cordova6.5_Eclipse4.6.2NEON2_jdk1.7_androidSDK6.0
-
Important
Description
I ever imported other projects ,they worked well.
But after I successfully ( builded android ) and( run andoid )of a CAMERA DEMO by cordova cli on true phone,when I imported project dir to eclipse,errors happened.
1ST , AndroidManifest.xml ( <provider android:authorities="${applicationId}.provider" )Tag <provider> attribute authorities has invalid character '$'.
2nd , in PACKAGE CAMERA ( CameraLauncher.java and CordovaUri.java ) The import android.support cannot be resolved
I try to add jar from android prj DIR\build\intermediates\pre-dexed\debug\com.android.support-support-v4-24.1.1_37bc5c75534513e0eba84766e6857428d6bb873b.jar , this doesn't help .
I wonder why cordova build a AndroidManifest.xml with some symbol like ${applicationId} which eclipse doesnot understand ?