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.

AndroidManifest: '.AnyOrientationCaptureActivity' is not assignable to 'android.app.activity'

See original GitHub issue

I am not sharing my manifest file(for obvious reasons) but I would like to point out this error: 'AndroidManifest: '.AnyOrientationCaptureActivity' is not assignable to 'android.app.activity' in the AndroidManifest.xml. I think its an error in the src code.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
rkistnercommented, Jun 15, 2016

From a quick check it seems like that error is common when referencing something in the manifest which does not extend android.app.Activity (e.g. if it’s a Fragment, or something else completely).

0reactions
equ1commented, Jun 15, 2016

I completely understand

Read more comments on GitHub >

github_iconTop Results From Across the Web

not assignable to 'android.app.activity' extends application
1 Answer 1 ... Of course an Application is not assignable to an Activity . Either change this to MainActivity extends Activity ,...
Read more >
screens in the AndroidManifest show that they are not ... - GitHub
... in the AndroidManifest show that they are not assignable to 'android.app. ... The error goes away if my MainActivity extends Activity ....
Read more >
<activity> | Android Developers
Declares an activity (an Activity subclass) that implements part of the application's visual user interface. All activities must be represented ...
Read more >
Find & control your Web & App Activity - Android
If Web & App Activity is turned on, your searches and activity from other Google services are saved in your Google Account, so...
Read more >
Different Ways to fix “Default Activity Not Found” Issue in ...
In this click on Invalidate Caches and Restart option to Restart your Android Studio project. Method 4: Check the Manifest file for your ......
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