Senem Yurtcu
Senem Yurtcu

Reputation: 68

Error of Build&Run for Android in Unity3d

I dont build&run my game for android device in unity. I have two error at console.

First one:

Installation failed with the following output: 
pkg: /data/local/tmp/Package.apk
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]

Second one:

Error building Player: UnityException: Unable to install APK!
Installation failed. See the Console for details.

How to solve this problem?

Upvotes: 0

Views: 2501

Answers (2)

Alan Jones Rios
Alan Jones Rios

Reputation: 11

Change the Bundle Identifier, this will fix the problem.

Upvotes: 1

Akhil Raja
Akhil Raja

Reputation: 41

Check if the app you are trying to install is of the same name as an existing app previously installed. Sounds silly, but i had this issue. and It took me really long to find out.

Upvotes: 0

Related Questions