Skip to content

Wrong package name in AndroidManifest.xml #190

@cweiske

Description

@cweiske

apk-editor-studio 1.7.2 shows a wrong package name when opening AndroidManifest.xml from https://archive.org/download/gamestick_de.eiswuxe.blookid/Bloo%20Kid_1.0_de.eiswuxe.blookid.apk (https://archive.org/details/gamestick_de.eiswuxe.blookid):

com.ansca.corona vs. de.eiswuxe.blookid.

apk-editor-studio

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.ansca.corona">
    <uses-permission android:name="com.playjam.gamestick.permission.DATABASE_SERVICE"/>
    <uses-permission android:name="android.permission.INTERNET"/>

aapt

aapt says otherwise:

$ aapt dump badging gamestick_de.eiswuxe.blookid/Bloo\ Kid_1.0_de.eiswuxe.blookid.apk 
package: name='de.eiswuxe.blookid' versionCode='10' versionName='1.0'

jadx-gui

jadx-gui also:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    android:versionCode="10"
    android:versionName="1.0"
    android:installLocation="auto"
    package="de.eiswuxe.blookid">
    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="16"/>
    <uses-permission android:name="com.playjam.gamestick.permission.DATABASE_SERVICE"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions