GithubHelp home page GithubHelp logo

native_flutter's People

Contributors

z724323347 avatar

Watchers

 avatar

native_flutter's Issues

flutter 升级到1.12.13 编译报错

Flutter 1.12.13+hotfix.5 • channel stable • https://github.com/flutter/flutter.git Framework • revision 27321ebbad (3 days ago) • 2019-12-10 18:15:01 -0800 Engine • revision 2994f7e1e6 Tools • Dart 2.7.0

log:
`:flutter:compileFlutterBuildDebug UP-TO-DATE
:flutter:packLibsflutterBuildDebug UP-TO-DATE
:app:checkDebugClasspath UP-TO-DATE
:app:preBuild UP-TO-DATE
:appupdate:preBuild UP-TO-DATE
:appupdate:preDebugBuild UP-TO-DATE
:appupdate:checkDebugManifest UP-TO-DATE
:appupdate:processDebugManifest UP-TO-DATE
:flutter:preBuild UP-TO-DATE
:flutter:preDebugBuild UP-TO-DATE
:flutter:checkDebugManifest UP-TO-DATE
:flutter:processDebugManifest UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:appupdate:compileDebugAidl NO-SOURCE
:flutter:compileDebugAidl NO-SOURCE
:app:compileDebugAidl NO-SOURCE
:appupdate:packageDebugRenderscript NO-SOURCE
:flutter:packageDebugRenderscript NO-SOURCE
:app:compileDebugRenderscript UP-TO-DATE
:app:checkDebugManifest UP-TO-DATE
:app:generateDebugBuildConfig UP-TO-DATE
:app:prepareLintJar UP-TO-DATE
:app:mainApkListPersistenceDebug UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources UP-TO-DATE
:appupdate:compileDebugRenderscript UP-TO-DATE
:appupdate:generateDebugResValues UP-TO-DATE
:appupdate:generateDebugResources UP-TO-DATE
:appupdate:packageDebugResources UP-TO-DATE
:flutter:compileDebugRenderscript UP-TO-DATE
:flutter:generateDebugResValues UP-TO-DATE
:flutter:generateDebugResources UP-TO-DATE
:flutter:packageDebugResources UP-TO-DATE
:app:mergeDebugResources UP-TO-DATE
:app:createDebugCompatibleScreenManifests UP-TO-DATE
:app:processDebugManifest UP-TO-DATE
:app:splitsDiscoveryTaskDebug UP-TO-DATE
:appupdate:generateDebugRFile UP-TO-DATE
:flutter:generateDebugRFile UP-TO-DATE
:app:processDebugResources UP-TO-DATE
:app:generateDebugSources UP-TO-DATE
:appupdate:generateDebugBuildConfig UP-TO-DATE
:appupdate:prepareLintJar UP-TO-DATE
:appupdate:generateDebugSources UP-TO-DATE
:appupdate:javaPreCompileDebug UP-TO-DATE
:appupdate:compileDebugJavaWithJavac UP-TO-DATE
:appupdate:processDebugJavaRes NO-SOURCE
:appupdate:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
:flutter:generateDebugBuildConfig UP-TO-DATE
:flutter:prepareLintJar UP-TO-DATE
:flutter:generateDebugSources UP-TO-DATE
:flutter:javaPreCompileDebug UP-TO-DATE
:flutter:compileDebugJavaWithJavac UP-TO-DATE
:flutter:processDebugJavaRes NO-SOURCE
:flutter:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
:app:javaPreCompileDebug UP-TO-DATE
Note: ARouter::Compiler >>> AutowiredProcessor init. <<<
warning: Supported source version 'RELEASE_7' from annotation processor 'com.alibaba.android.arouter.compiler.processor.AutowiredProcessor' less than -source '1.8'
Note: ARouter::Compiler >>> Found autowired field, start... <<<
Note: ARouter::Compiler categories finished.
Note: ARouter::Compiler >>> Start process 5 field in JumpActivity ... <<<
Note: ARouter::Compiler >>> JumpActivity has been processed, JumpActivity$$ARouter$$Autowired has been generated. <<<
Note: ARouter::Compiler >>> Autowired processor stop. <<<
Note: ARouter::Compiler The user has configuration the module name, it was [app]
Note: ARouter::Compiler >>> InterceptorProcessor init. <<<
warning: Supported source version 'RELEASE_7' from annotation processor 'com.alibaba.android.arouter.compiler.processor.InterceptorProcessor' less than -source '1.8'
Note: ARouter::Compiler >>> Found interceptors, size is 1 <<<
Note: ARouter::Compiler A interceptor verify over, its arouterdemo.TestFlutterInterceptor
Note: ARouter::Compiler >>> Interceptor group write over. <<<
Note: ARouter::Compiler The user has configuration the module name, it was [app]
Note: ARouter::Compiler >>> RouteProcessor init. <<<
warning: Supported source version 'RELEASE_7' from annotation processor 'com.alibaba.android.arouter.compiler.processor.RouteProcessor' less than -source '1.8'
Note: ARouter::Compiler >>> Found routes, start... <<<
Note: ARouter::Compiler >>> Found routes, size is 3 <<<
Note: ARouter::Compiler >>> Found activity route: arouterdemo.JumpActivity <<<
Note: ARouter::Compiler >>> Start categories, group = app, path = /app/jumpActivity <<<
Note: ARouter::Compiler >>> Found activity route: arouterdemo.TestInterceptorActivity <<<
Note: ARouter::Compiler >>> Start categories, group = app, path = /app/toInterceptorActivity <<<
Note: ARouter::Compiler >>> Found activity route: com.azhon.app.ToFlutterActivity <<<
Note: ARouter::Compiler >>> Start categories, group = app, path = /app/toFlutterActivity <<<
Note: ARouter::Compiler >>> Generated group: app<<<
Note: ARouter::Compiler >>> Generated provider map, name is ARouter$$Providers$$app <<<
Note: ARouter::Compiler >>> Generated root, name is ARouter$$Root$$app <<<
/Users/luoei/Downloads/native_flutter-357c9dc79423e3092bab42f046104168eaea2545/app/src/main/java/com/azhon/app/ToFlutterActivity.java:49: error: incompatible types: ToFlutterActivity cannot be converted to FlutterEngine
GeneratedPluginRegistrant.registerWith(this);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error
3 warnings
:app:compileDebugJavaWithJavac FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 0s
39 actionable tasks: 1 executed, 38 up-to-date
`

这句代码问题:
GeneratedPluginRegistrant.registerWith(this);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.