Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

android-install-apk

How to Sign an Already Compiled Apk

November 17, 2022 by Tarik

create a key using keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000 then sign the apk using : jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore my_application.apk alias_name check here for more info

Categories android Tags android, android-install-apk, apk Leave a comment

How do I solve the INSTALL_FAILED_DEXOPT error?

October 15, 2022 by Tarik

Restarting the emulator from the Android SDK and AVD Manager and selecting the option Wipe User Data has solved this problem for me. You can find the option as highlighted in the below given image:

Categories android Tags android, android-install-apk Leave a comment

What is INSTALL_PARSE_FAILED_NO_CERTIFICATES error?

October 10, 2022 by Tarik

I found that this error can now also occur when using the wrong signing config. As described here, Android 7.0 introduces a new signature scheme, V2. The V2 scheme signs the entire APK rather than just the JAR, as is done in the V1 scheme. If you sign with only V2, and attempt to install … Read more

Categories android Tags android, android-install-apk, apk, installation Leave a comment

How to build an APK file in Eclipse?

September 19, 2022 by Tarik

When you run the project on the emulator, the APK file is generated in the bin directory. Keep in mind that just building the project (and not running it) will not output the APK file into the bin directory.

Categories android Tags android, android-emulator, android-install-apk, apk, eclipse Leave a comment
Newer posts
← Previous Page1 Page2

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa