Skip to content

v1.0.3 fails to build #50

Description

@IzzySoft

While we were able to build v1.0.2 fine, building v1.0.3 fails:

> Task :app:processReleaseResources

> Task :app:compileReleaseJavaWithJavac
/build/repo/app/src/main/java/com/tawhid/webcapture/YouTubeCaptureActivity.java:247: error: cannot find symbol
            return BASE_URL + "?id=" + videoId + "&key=" + Config.youtube_api + "&part=snippet,statistics";
                                                           ^
  symbol:   variable Config
  location: class YouTubeCaptureActivity.FetchVideoDataTask
Note: Some input files use or override a deprecated API.

Note: Recompile with -Xlint:deprecation for details.
1 error
> Task :app:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

It also seems the APK was not built from the commit the tag points to (7aa60e0), but rather from 43ca044 (possibly with local changes committed after the build) – not sure if that's the reason for the failure (also se #35 where we already encountered a similar issue; please always build the APK from a clean tree at the commit the tag points to).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions