79102020

Date: 2024-10-18 12:13:45
Score: 1
Natty:
Report link

I think I missed this part in my androidmanifest.xml file : In line 1 :

What it was before :

<manifest `xmlns:android="http://schemas.android.com/apk/res/android">

what I added : package="com.wizpeertourguidefe"

what it should have been :

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.wizpeertourguidefe">

after this I did gradlew clean and then the build ran with no problems.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: B M Ganesh Channakrishnam Shar