You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
os: macos 15.1.1
ver: 0.6.0
[application]
App (Project) Name
name = "Ftest"
default_platform="android"
[bundle]
icon = ["assets/icon.icns","assets/icon.png"]
[web.app]
HTML title tag content
title = "findnow"
include
assets
in web platform[web.resource]
Additional CSS style files
style = []
Additional JavaScript files
script = []
[web.resource.dev]
Javascript code file
serve: [dev-server] only
script = []
above setting is invalid.
when build with bundle, will be following:
[dependencies]
dioxus = { version = "0.6.0", features = ["router", "fullstack"] }
when exec: RUST_BACKTRACE=full dx bundle -r --platform android
got following err:
1.718s ERROR err=UnsupportedFeature("Android bundles are not yet supported")
Beta Was this translation helpful? Give feedback.
All reactions