package android.support.v4.content does not exist
See original GitHub issueHi. Error in title just one of few. Getting these errors in ionic app. Didn’t do anything but starting project and installing this plugin. I used plugin as mentioned in ionic docs Can’t use this plugin as your readme anyway. When i try to use an error says expected 1 argument but got 2.
Some of other errors:
error: cannot find symbol
LocalBroadcastManager.getInstance(super.webView.getContext()).unregisterReceiver(receiverHolder.receiver);
^
symbol: variable LocalBroadcastManager
error: cannot find symbol
return LocalBroadcastManager.getInstance(super.webView.getContext()).sendBroadcast(intent);
^
symbol: variable LocalBroadcastManager
location: class CDVBroadcaster
Btw i can build kotlin version of my app with the same intent. Which is airplane mode. So i am guessing the problem isn’t with my java/gradle … versions or anything with my computer.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
package android.support.v4.app does not exist
Right click on your projects "app" folder and click on -> module settings · Click on the "dependencies" tab · Click on the...
Read more >“error: package android.support.v4.content does not exist ...
This error occurs when some Cordova or Capacitor plugin has old android support dependencies instead of using the new AndroidX equivalent. You ...
Read more >Error: package android.support.v4.content does not exist
When I want to build this app I keep getting the following errors: error: package android.support.v4.content does not exist public class ...
Read more >package android.support.v4.app does not exist - YouTube
package android. support. v4.app does not exist ; in Android studio 3.
Read more >package android.support.v4.util does not exist - YouTube
Android : package android. support. v4.util does not exist [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] Android ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @kaanerdogan
I’ll branch the sample project to try your configuration and let you know
Hi @kaanerdogan
I’ve tested the plugin upgrading the infrastructure and it works well.
take a look at branch issue#7