question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

package android.support.v4.content does not exist

See original GitHub issue

Hi. 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:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bsorrentinocommented, May 17, 2020

Hi @kaanerdogan

I’ll branch the sample project to try your configuration and let you know

0reactions
bsorrentinocommented, May 22, 2020

Hi @kaanerdogan

I’ve tested the plugin upgrading the infrastructure and it works well.

take a look at branch issue#7

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found