Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile/cmd/gomobile: TestWriter case fails #10643

Closed
rakyll opened this issue Apr 30, 2015 · 2 comments
Closed

x/mobile/cmd/gomobile: TestWriter case fails #10643

rakyll opened this issue Apr 30, 2015 · 2 comments

Comments

@rakyll
Copy link
Contributor

rakyll commented Apr 30, 2015

--- FAIL: TestWriter (0.03s)
    writer_test.go:75: unexpected output from aapt
    writer_test.go:80: --- /var/folders/00/1b8h8000h01000cxqpysvccm005d21/T/gofmt490665717  2015-04-30 10:26:50.000000000 -0700
        +++ /var/folders/00/1b8h8000h01000cxqpysvccm005d21/T/gofmt349454800 2015-04-30 10:26:50.000000000 -0700
        @@ -1,3 +1,30 @@
        -It appears you do not have 'build-tools-20.0.0' installed.
        -Use the 'android' tool to install them:
        -    android update sdk --no-ui --filter 'build-tools-20.0.0'
        +AndroidManifest.xml
        +assets/hello_world.txt
        +META-INF/MANIFEST.MF
        +META-INF/CERT.SF
        +META-INF/CERT.RSA
        +
        +Resource table:
        +Package Groups (0)
        +
        +Android manifest:
        +N: android=http://schemas.android.com/apk/res/android
        +  E: manifest (line=2)
        +    A: package="org.golang.fakeapp" (Raw: "org.golang.fakeapp")
        +    A: android:versionCode(0x0101021b)=(type 0x10)0x1
        +    A: android:versionName(0x0101021c)="1.0" (Raw: "1.0")
        +    E: uses-sdk (line=8)
        +      A: android:minSdkVersion(0x0101020c)=(type 0x10)0x9
        +    E: application (line=9)
        +      A: android:label(0x01010001)="FakeApp" (Raw: "FakeApp")
        +      A: android:hasCode(0x0101000c)=(type 0x12)0x0
        +      A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
        +      E: activity (line=10)
        +        A: android:name(0x01010003)="android.app.NativeActivity" (Raw: "android.app.NativeActivity")
        +        A: android:label(0x01010001)="FakeApp" (Raw: "FakeApp")
        +        A: android:configChanges(0x0101001f)=(type 0x11)0xa0
        +        E: intent-filter (line=14)
        +          E: action (line=15)
        +            A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
        +          E: category (line=16)
        +            A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
FAIL
FAIL    golang.org/x/mobile/cmd/gomobile    0.273s

cc/ @crawshaw @hyangah

@rakyll rakyll changed the title cmd/gomobile: TestWriter case fails x/mobile/cmd/gomobile: TestWriter case fails Apr 30, 2015
@ianlancetaylor ianlancetaylor added this to the Unreleased milestone Jun 3, 2015
@hyangah
Copy link
Contributor

hyangah commented Sep 23, 2015

is it still an issue?

@rakyll
Copy link
Contributor Author

rakyll commented Sep 23, 2015

The tests are passing with the required build tools installed. Closing the issue.

@rakyll rakyll closed this as completed Sep 23, 2015
@golang golang locked and limited conversation to collaborators Sep 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants