Failure error[INSTALL_FAILED_INVALID_URI] in GCC

Asked

Viewed 323 times

0

I’ve done everything, installed the GCC C4droid by Google Store, already installed the Android Terminal Emulator and also root ei and free access to $su. However when I try to install GCC using the command PM install GCC he appears written pkg: gcc; Failure[INSTALL_FAILED_INVALID_URI]. If anyone knows of any solution.

apt-get and the site about installing NDK and Sdk on the Android site is not certain.

1 answer

1


I once had the same problem installing a APK pelo shell android.

  • Primeiro erro que eu consegui foi: INSTALL_FAILED_INVALID_URI

    $ pm install myApp.apk
        pkg: myApp.apk
    Failure [INSTALL_FAILED_INVALID_URI]
    
  • That’s why you need to give the full path to the apk, as:

    $ pm install /sdcard/myApp.apk
    

Do the following:

  1. Refactor -> Rename
  2. Project -> Clean

Create a "clean" copy of your project.

  • Hmm understood, but in this case where I might be getting this file?

  • As I suggested, clean up your project as there seems to be an error generated by the IDE.

  • Exactly is so because it has nothing compiled because it does not have IDE only Terminals and would like to install gcc by it to use the terminal to program by Cell as we were on linux

  • Bro, the problem is exactly on the wrong track you give to the installation with the PM install GCC

  • Hmm I understood now appeared like this [INSTALL_FAILED_ALREDY_EXISTS] but I didn’t even install

  • 1

    All right??????

  • So I believe that YES ma’s I haven’t figured out the command to compile

Show 2 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.