Danishkhan788 / android-multitouch-controller

Automatically exported from code.google.com/p/android-multitouch-controller
0 stars 0 forks source link

Small error in AndroidManifest.xml #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

pls change
    package="org.metalev.multitouch.photosorter">
to
    package="org.metalev.multitouch.photosortr">

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by jacob.nordfalk on 14 Sep 2010 at 1:36

GoogleCodeExporter commented 8 years ago
Also, change
        <activity android:name=".PhotoSorterActivity" 
to
        <activity android:name=".PhotoSortrActivity" 

Original comment by jacob.nordfalk on 14 Sep 2010 at 1:43

GoogleCodeExporter commented 8 years ago
I agree with this suggestion.  The checked in manifest has the wrong package 
name so the demo will not build properly.

Original comment by glenne.t...@gmail.com on 17 Nov 2010 at 6:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed, thank you for the bug report.

Original comment by luke.hutch on 23 Apr 2012 at 11:02