• Jakob Andersen's avatar
    Read package ID and activity name from .apk for Gradle-based builds. (#8452) · c9644a49
    Jakob Andersen authored
    The gradle build scripts can be configured to output different
    application IDs for different build types, so we need to examine the
    built .apk to figure out the name of the package and activity.
    
    Re-landing this change, updated to only get information from the .apk
    if it exists.
    
    Since the tools create an AndroidApk instance early, even before we've
    actually built an .apk, we have to create a new instance after building,
    so we can start the right app/activity.
    
    Fixes #8327.
    c9644a49
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
appveyor.yml Loading commit data...