-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing Project Configurations #1
Comments
Reference https://developers.google.com/apps-script/guides/libraries |
Some frequent errors are:
|
@SDRausty https://github.com/t-arn/java-ide-droid/blob/master/0_build-prod.bat https://github.com/t-arn/java-ide-droid/blob/master/build.bsh https://github.com/pdaxrom/cctools/blob/master/cctools-repo/misc/sdktools/aproject https://forum.unity.com/threads/failed-to-re-package-resources-aapt-exe-package.411575/page-2 |
@HemanthJabalpuri thank you for sharing these links. I wanted to parse them, so I used the raw portal, i.e. https://raw.githubusercontent.com/t-arn/java-ide-droid/master/0_build-prod.bat Since adding artifacts and libraries is one of a few ways to resolve building source code that depends on libraries and artifacts, this issue #2 is open to resolve parsing project configuration files by adding artifacts. |
In comment #1 (comment)_ the number of errors are condensed by type of error. What is the minumun required to resolve errors 1, 2 and 3? |
@SDRausty |
@HemanthJabalpuri please refer to https://github.com/BuildAPKs/buildAPKs.developers.tools in reference to:
|
@HemanthJabalpuri modifying |
Adding support for APK projects can be resolved in many ways. The following topics are created in seeking routes toward integration:
|
This d3b5e22 commit adds a simple database with instructions to https://github.com/BuildAPKs to assist in parsing projects. A goal is building the ENAMES file. The README.md has instructions and information. |
This aa2fde9 commit, and accompanying commits in shlibs.sh and shlibs.bash create
|
This https://github.com/BuildAPKs/db.BuildAPKs repository is created to assit in parsing repository files. File opt/db/BNAMES holds statistics: GitHub login, build time, repository projects *.tar.gz download size, AndroidManifest.xml files found and built APKs found for each login that successfully built APK on device. |
@HemanthJabalpuri any comments about
|
|
@SDRausty You can build Those are very basic scripts. |
@HemanthJabalpuri the https://github.com/HemanthJabalpuri/AndroidExplorer/tree/master/libs directory is present, and: but the error persists
and the resources are present
So I am not sure what aapt package wants to know to compile.
I am impressed by your work @HemanthJabalpuri and I will continue to study |
@HemanthJabalpuri adding the following line to
It does not run as expected after granting phone permission for some unknown reason. |
old issue sanse activity message |
BuildAPKs could parse project configuration files to integrate libraries:
app/build.gradle
build.gradle
gradle/wrapper/gradle-wrapper.properties
proguard-project.txt
proguard.cfg
project.properties
What other configuration files desire parsing?
The text was updated successfully, but these errors were encountered: