Skip to content
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

How to involve in this project? #1

Open
SwPractitioner opened this issue Oct 26, 2017 · 6 comments
Open

How to involve in this project? #1

SwPractitioner opened this issue Oct 26, 2017 · 6 comments

Comments

@SwPractitioner
Copy link

@jig08
@chhavip

Hi!

I am a software tester. If I want to get involve in this project then can you tell me how to test this app on mobile. I mean how to install and build this app on mobile device after downloading it from github like we do for other web applications for desktop.

Thanks...

@jigyasa-grover
Copy link
Member

@SwPractitioner It was a hackathon project, which wasn't worked upon thereafter. If required, we can surely help you out with setting it up on your local device :)

@SwPractitioner
Copy link
Author

SwPractitioner commented Nov 1, 2017

@jigyasa-grover
@chhavip

Thanks for reply. Please let me know how to proceed in order to install this app on mobile device for testing.

Thanks...

@jigyasa-grover
Copy link
Member

@SwPractitioner Are you an Android developer ? Do you use Android Studio ?

@SwPractitioner
Copy link
Author

@jigyasa-grover
@chhavip

Hi!

Though I do not know android and have not worked on android studio but still somehow I managed to resolve some errors coming while building this project on android studio 3.0.

Following are the some of errors I came across:

1) Failed to find target with hash string android-23. (SOLVED)
Solution Tried: installed android-23 related artifacts.

2)Unsupported method: BaseConfig.getApplicationIdSuffix(). (SOLVED)
Solution Tried:

a)In build.gradle and change the gradle version to the recommended version.
classpath 'com.android.tools.build:gradle:1.3.0' to classpath 'com.android.tools.build:gradle:2.3.2'

b)'FIx Gradle Wrapper and re-import project. Minimum gradle version is 3.3.

c)Update Build Tools version and sync project.

Synced it again. Got synced.
Now I tried to build it.

3)(local path)\microsoft-pragyan-hackathon-master\microsoft-pragyan-hackathon-master\Pragyan\app\build\intermediates\incremental\mergeDebugAndroidTestResources\merged.dir\values-xlarge-land-v4\values-xlarge-land-v4.xml: error: file not found. (SOLVED)

Error: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
:app:mergeDebugAndroidTestResources FAILED

FAILURE: Build failed with an exception.

After this build got passed.
I tried to run the app on emulator.

Now when I launch the emulator following errors are coming:

4)Emulator:openGL backend angle without OpenGL ES1.x library detected. Using GLESv2 only. (UNSOLVED)

5)Emulator: TextureDraw: Could not create/link program. Failed to create D3D shaders. (UNSLOVED)

Lot of Emulator: Draw: No program errors.

The emulator gets launched but it screen remains black and after some time it turns to white then it get hanged. No Output.

Any solution for this?

Thanks

@SwPractitioner
Copy link
Author

@jigyasa-grover
@chhavip
Hi!

I have solved above mentioned issues and now have installed the apk on my mobile device. Its running fine.

Thanks
Rajendra Singh

@jigyasa-grover
Copy link
Member

@SwPractitioner Great ! Have fun exploring it and taking it forward from here ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants