-
Notifications
You must be signed in to change notification settings - Fork 1
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
Document build instructions #3
Comments
I'm still not able to build. I was getting error about signing. So in But right now I'm getting the following error when running
Does it mean that abiFilters ndk configuration in |
I need to check. It's not trivial unfortunately ... we may need a problem solving session for this one. I'll go through my setup once more and see whether I can give you more hints on what could be missing. |
I followed this workaround instructions and created symlink for Now I'm getting stack on the first launch after installation on virtual device. I've passed the permission request. And getting stack on "Initializing user interface". It looks like some JS error there. Can you describe how you connected dev tools? update: |
Regarding dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
} and the 4.0 gradle as a wrapper at task wrapper(type: Wrapper) {
gradleVersion = '4.1.0'
} But this file is auto-generated by Cordova. |
Hmmm... There must still be some difference in versions compared to my machine. I may need to try to reproduce this on a clean VM. Regarding debugging ... I am running the app on a device with developer mode / USB debugging enabled. Then I just connect via USB and open the URL chrome://inspect in a web browser on my development machine, there it detects the device and I can open the dev tools with a preview to the device screen. |
Oh, and don't forget to run |
I finally build it. So I'm getting to the I think I can't reproduce what I did. But from my observations:
|
No description provided.
The text was updated successfully, but these errors were encountered: