GigaDroid / Decompiled-Whatsapp

Experimenting on Whatsapp code, cool stuff maybe coming soon?
31 stars 24 forks source link

it shows incorrect root tag in Manifest.xml. please can you tell me how to fix it? #1

Open shanmukhapriya opened 7 years ago

shanmukhapriya commented 7 years ago

it shows incorrect root tag in Manifest.xml. please can you tell me how to fix it?

ben221199 commented 5 years ago

Change:

<manifest xmlns:"http://schemas.android.com/apk/res/android" android:versionCode="451048" android:versionName="2.12.550" package="com.whatsapp" platformBuildVersionCode="23" platformBuildVersionName="6.0-2166767">

To:

<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="451048" android:versionName="2.12.550" package="com.whatsapp" platformBuildVersionCode="23" platformBuildVersionName="6.0-2166767">