Closed GoogleCodeExporter closed 9 years ago
Please give me updates on this. I will donate if you guys can fix this problem.
Thanks in Advance.
Original comment by nikramon...@gmail.com
on 12 Jan 2015 at 2:54
This bug isn't even 24 hours old. Give us some time...
Original comment by connor.tumbleson
on 12 Jan 2015 at 2:55
At first I couldn't install APK due to malformed manifest error. I saw that
this was because of the same problem in issue #512. I fixed that by injecting
the reference of the variable, rebuilt and signed.
The APK installed fine and loaded up with a "Login" and "Signup" button. I
could click both without crash. So either I couldn't duplicate the crash or you
were stuck on the problem I explained in above.
Original comment by connor.tumbleson
on 14 Jan 2015 at 12:55
[deleted comment]
I linked wrong bug. That would be 526. Not 512.
Basically any reference in an authorities attribute must be replaced with its
literal value.
before
android:authorities="@cyberdust_contacts_provider_authority"
after
android:authorities="com.cyberdust.provider.contacts"
Original comment by connor.tumbleson
on 14 Jan 2015 at 1:15
which variable I should insert?
Can you send me correct manifest file?
Original comment by nikramon...@gmail.com
on 14 Jan 2015 at 1:17
Thanks
Original comment by nikramon...@gmail.com
on 14 Jan 2015 at 1:20
Original issue reported on code.google.com by
nikramon...@gmail.com
on 12 Jan 2015 at 4:41