GithubHelp home page GithubHelp logo

Comments (6)

lomanyong avatar lomanyong commented on April 29, 2024 1

@dinmshi 你们项目是否有指定的productFlavor呢?需要在freeline DSL中声明的,类似:

freeline {
    hack true
    productFlavor dev
}

将productFlavor的值替换为你们项目中的即可。

看了下日志,你们的productFlavor应该是:androidmarket,将上述的dev替换为androidmarket即可。

from freeline.

lomanyong avatar lomanyong commented on April 29, 2024 1

@dinmshi 抱歉,应该要加引号的,不然会被识别错误...

freeline {
    hack true
    productFlavor 'androidmarket'
}

from freeline.

dinmshi avatar dinmshi commented on April 29, 2024

@lomanyong 我试了一下,gradle sync时出现
Error:(51, 1) A problem occurred evaluating project ':app'.

Could not find property 'androidmarket' on com.antfortune.freeline.FreelineExtension_Decorated@51411861.

我需要重新部署环境吗

from freeline.

dinmshi avatar dinmshi commented on April 29, 2024

谢谢,不过又出现了另一个编译问题,可能是跟DSL有关,我今晚上看看能不能搞定,搞不定再问你

from freeline.

lomanyong avatar lomanyong commented on April 29, 2024

@dinmshi 问题解决的如何了呢?

from freeline.

dinmshi avatar dinmshi commented on April 29, 2024

问题解决了,谢谢

from freeline.

Related Issues (20)

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.