Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

could not find the *.apk Error

[2011-06-22 23:55:09 - main] Android Launch!
[2011-06-22 23:55:09 - main] adb is running normally.
[2011-06-22 23:55:09 - main] Could not find main.apk!

I am new to Android development and stuck in a very strange error. When I compile my Android application I get the above error. While before yesterday the application work nicely.

Thanks in advance.

like image 788
Hikmat Khan Avatar asked Jun 23 '11 06:06

Hikmat Khan


People also ask

How do I fix an APK not installed?

The Android app not installed error can be combated after resetting app permissions. Go to Settings > Apps > Reset App Preferences/Reset Application Permissions. After this, third-party software can be installed on your device.

What is APK format * Your answer?

An APK (Android Package Kit) is the file format for applications used on the Android operating system. APK files are compiled with Android Studio, which is the official integrated development environment (IDE) for building Android software. An APK file includes all of the software program's code and assets.

Why can't I install APK on my Android phone?

This usually means an app that isn't from the Google Play Store or from a third-party marketplace like the Amazon Appstore. If you try to install an unknown source app from an APK file, Android will block you. To bypass this, you'll need to allow Android to install unknown source apps on your device.

Why can't I open an APK file on my Android?

You might need to give a specific app permission to install the unofficial APK files. Or, you might see the option, enable install unknown sources or unknown apps. If it still doesn't open, you might need a file manager then.


1 Answers

I hit this issue because I had accidentally made the project a library, by ticking the Is library checkbox @ <your project>->right click->Properties->Android

like image 162
m01 Avatar answered Oct 20 '22 03:10

m01