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/08/18 12:33:59 UTC

[GitHub] [cordova-android] almothafar commented on issue #1178: not working and keep asking for 29

almothafar commented on issue #1178:
URL: https://github.com/apache/cordova-android/issues/1178#issuecomment-901075000


   > > **Tested and it worked.**
   > > I changed on config.xml to :
   > > ` <preference name="android-targetSdkVersion" value="30" />`
   > > but it didn’t work so, I remove the platform by using :
   > > ` cordova platform remove android`
   > > then add the latest cordova android version :
   > > ` cordova platform add android@latest`
   > > finally build the project :
   > > `cordova build android`
   > > It worked! Amazing.
   > > You can check it by going to this file.
   > > \platforms\android\app\build\intermediates\merged_manifests\debug\AndroidManifest.xml
   > 
   > Hi Chamara... Did you able to compile your ionic app with sdk 30..? Am getting this annoying error message again and again...
   > 
   > `C:\Users\User_App\platforms\android\app\src\main\java\org\apache\cordova\whitelist\WhitelistPlugin.java:63: error: cannot find symbol allowedRequests = new Whitelist(); ^ symbol: class Whitelist location: class org.apache.cordova.whitelist.WhitelistPlugin Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.`
   
   remove whitelist plugin using `cordova plugin rm cordova-plugin-whitelist` it is mentioned on that plugin page https://github.com/apache/cordova-plugin-whitelist 
   


-- 
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