codelv / enaml-native

Build native mobile apps in python with enaml
https://codelv.com/projects/enaml-native/
MIT License
259 stars 21 forks source link

Error type 3 Error: Activity class {} does not exist #72

Closed atnccetti closed 5 years ago

atnccetti commented 5 years ago

Hello, when trying to run the app on android I get the second error: I'm using Windows 10.

esboco

Thank you!

frmdstryr commented 5 years ago

It looks like there's a space in the url https: //services can you check in android\gradle\wrapper\gradle-wrapper.properties? Something with windows path related, ie get

Try remvoing the \ in the line distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

frmdstryr commented 5 years ago

After searching around it appears that the \ is correct. You can try to open the android folder with android-studio and running from there.

frmdstryr commented 5 years ago

Closing due to inactivity. Please reopen if needed.