You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/10/01 08:04:24 UTC

[GitHub] [cordova-android] Himanshu-Mishr commented on issue #1362: Android resource linking failed (AAPT: error: resource android:attr/lStar not found)

Himanshu-Mishr commented on issue #1362:
URL: https://github.com/apache/cordova-android/issues/1362#issuecomment-932011911


   issue is with `cordova-diagnostic-plugin` (PR : https://github.com/dpa99c/cordova-diagnostic-plugin/pull/441).  Solution : edit package.json
   
   ```
         "cordova.plugins.diagnostic": {
   -        "ANDROIDX_VERSION": "1.+"
         },
   
         "cordova.plugins.diagnostic": {
   +        "ANDROIDX_VERSION": "[1.0, 1.4["
         }
   ```
   This solves it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org