_project:getPlugins():apply("lua") _project:setConfig(function(c) c:setEntry("com/example/script/primary.lua") c:setPackageName("com.example.script.lua") c:setLogo("logo.png") end) local initBuildFile = _project:getInitBuildFile() if initBuildFile == nil then _console:log("getInitBuildFile nil") else _console:log("getInitBuildFile", initBuildFile:getCanonicalPath()) end