Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

cross walk project #4

Open
mourdeveloper opened this issue Dec 3, 2014 · 8 comments
Open

cross walk project #4

mourdeveloper opened this issue Dec 3, 2014 · 8 comments

Comments

@mourdeveloper
Copy link

i create a project using your guide .
now it creates blank project
facedetection
--index.html
--manifest.json

there are no java file and other .
how can i run this project ??.

@iKevinHan
Copy link
Contributor

The project is a HTML5 applications. You just need to edit these two files. Please refer to https://crosswalk-project.org/documentation/getting_started/build_an_application.html.

After you edit your code. You can generate the android apk as follow:
Export Crosswalk Application
1.In Eclipse menu: Select "File->Export"
2.Select "Crosswalk/Export Crosswalk App" then click next
3.Input the required information then click "Finish" button

The you can install the apk to your device.

@mourdeveloper
Copy link
Author

i tried your step but nothing gets saved in destination folder ?

can i used debug via emulator also to see if working or not

@mourdeveloper
Copy link
Author

how can i solve it

@iKevinHan
Copy link
Contributor

i tried your step but nothing gets saved in destination folder ?

You can report a bug in crosswalk-project.org/jira.

can i used debug via emulator also to see if working or not

You can use the make_apk.py tools to generate an android apk. Please refer to Running a Crosswalk app on Android
And debug it use Chrome dev tools Remote debugging

@mourdeveloper
Copy link
Author

ok fine where to report but . i am unable to export apk
what i tried is below
In Eclipse menu:
Select "File->Export"

2.Select "Crosswalk/Export Crosswalk App" then click next
3.Input the required information then click "Finish" button

@iKevinHan
Copy link
Contributor

Have you set your crosswalk path in Preference->Crosswalk App->Path?
crosswalk_path_set

And I've double check the eclipse plugin. It can generate the android apk success.
build_success

Then you can find the apk in your "export destination":
screenshot from 2014-12-05 19 10 44

@mourdeveloper
Copy link
Author

yeah i could do exactly same as your images but no apk in destination folder

@iKevinHan
Copy link
Contributor

I can't reproduction your issue in my environment. Suggest to report bug in crosswalk jira, Provide more detail of your issue such as the OS version, crosswalk version, SDK version, your step and so on.

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

No branches or pull requests

2 participants